Fixed Makefile so it cleans up object files before creating tarball.
This commit is contained in:
parent
6e8323e9fb
commit
96b7285309
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ override TARBALL:=$(TMP)/$(PACKAGE)-$(VERSION).tar.xz
|
||||
override SFTPBATCH:=$(TMP)/$(VERSION)-sftpbatch
|
||||
SOURCES=contrib COPYING COPYRIGHT doc Makefile man README src
|
||||
|
||||
dist: $(TARBALL)
|
||||
dist: clean $(TARBALL).sig
|
||||
@cp $(TARBALL) .
|
||||
@echo "tarball $(PACKAGE)-$(VERSION).tar.xz ready"
|
||||
rm -rf $(TMP)
|
||||
|
Loading…
Reference in New Issue
Block a user