commit 6a7ec69dc5adffbd885408c207154ec0a62f5c2b parent 40dfd7257b289e011172ef45d74621c83e18e492 Author: lostd <lostd@2f30.org> Date: Thu, 20 Feb 2014 14:11:01 +0200 S{HEAD,FOOT}ER are temps and are removed immediately now Diffstat:
M | Makefile | | | 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.gz index.html + rm -f $(PAGES) $(NAME).tar.gz index.html