softwarelivrenoestado.com.br

commit 52132d9217f2b6a535372ae049477fd5265c4830

Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>

Force remove generated file

 Makefile | 2 +-


diff --git a/Makefile b/Makefile
index 1c2b39341d4c17f61d0406a399b002c5fe625512..e0671964e8aeb11475389e7f1171faf6cb65d379 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ all:
 	$(PANDOC) $(ENTRY_FILE) --metadata title=$(TITLE) -o index.html
 
 clean:
-	rm index.html
+	rm -rf index.html