cake
/
p7utils
Archived
1
0
Fork 0

Corrected 'dist' target

This commit is contained in:
Thomas Touhey 2016-12-27 02:41:40 +01:00
parent b6453c3aa8
commit 5ca4f62a1f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ clean: clean-bins clean-doc
mrproper: clean
$(call rmsg,Removing configuration.)
$(call qcmd,$(RM) Makefile.cfg)
$(call qcmd,$(RM) $(NAME)-*.tar.gz)
# Remake it all
re: clean all