diff options
author | Michael Sproul <micsproul@gmail.com> | 2014-11-02 13:55:59 -0800 |
---|---|---|
committer | Michael Sproul <micsproul@gmail.com> | 2014-11-02 13:55:59 -0800 |
commit | 7385f2893f32ee34f9716e6543f6580c31e45734 (patch) | |
tree | 21d153f07d344fd23571d30c6f79343b9a9ff563 | |
parent | 45ca1bc3867a48c75a6c464cf2420e25a8ef74c6 (diff) |
Update .gitignore and fix Makefile clean target.
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -29,5 +29,5 @@ scanners.c *.zip bstrlib.txt -commonmark.dSYM/* -commonmark +cmark.dSYM/* +cmark @@ -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 |