Browse Source

makefile: remove superclean dependency from tarball

pull/592/head
Antonio SJ Musumeci 6 years ago
parent
commit
61d764d0fd
  1. 2
      Makefile

2
Makefile

@ -180,7 +180,7 @@ endif
man: $(MANPAGE)
tarball: superclean man changelog authors version
tarball: man changelog authors version
$(eval VERSION := $(shell cat VERSION))
$(eval VERSION := $(subst -,_,$(VERSION)))
$(eval FILENAME := $(TARGET)-$(VERSION))

Loading…
Cancel
Save