Remove gen-tarball when doing "make clean"

bitmap-optimize
Theodore Ts'o 2003-03-30 23:53:53 -05:00
parent 39d38b0590
commit 4529665b38
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ tarballs: gen-tarball
sh gen-tarball subset
clean:
$(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz
$(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball
mostlyclean: clean