We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d185c0 commit 205017eCopy full SHA for 205017e
Makefile
@@ -47,6 +47,7 @@ $(TARGETS): %: cmd/%/main.go
47
.PHONY: clean
48
clean:
49
rm -f $(TARGETS)
50
+ rm -f span-*.upx
51
rm -f $(PKGNAME)_*deb
52
rm -f $(PKGNAME)-*rpm
53
rm -rf ./packaging/deb/$(PKGNAME)/usr
0 commit comments