divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit a050a968cf569d61ac930d69b1ffd0ef5d31c696
parent 59b58d83cb5714f34b922b2c9a5aac68b2987746
Author: lostd <lostd@2f30.org>
Date:   Wed, 19 Feb 2014 20:09:48 +0200

Fix the clean target to remove the gz

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -44,4 +44,4 @@ install: package tar -xzf $(NAME).tar.gz -C $(TARG) clean: - rm -f $(PAGES) $(SHEADER) $(SFOOTER) $(NAME).tar index.html + rm -f $(PAGES) $(SHEADER) $(SFOOTER) $(NAME).tar.gz index.html