summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Sproul <micsproul@gmail.com>2014-11-02 13:55:59 -0800
committerMichael Sproul <micsproul@gmail.com>2014-11-02 13:55:59 -0800
commit7385f2893f32ee34f9716e6543f6580c31e45734 (patch)
tree21d153f07d344fd23571d30c6f79343b9a9ff563 /Makefile
parent45ca1bc3867a48c75a6c464cf2420e25a8ef74c6 (diff)
Update .gitignore and fix Makefile clean target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ebefce..43a2be1 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ upload-site:
clean:
-rm -f test $(SRCDIR)/*.o $(SRCDIR)/scanners.c $(SRCDIR)/html/*.o libcmark.so
- -rm js/commonmark.js
+ -rm -f js/commonmark.js
-rm -rf *.dSYM
-rm -f README.html
-rm -f spec.md fuzz.txt spec.html