summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-06-05 14:55:08 -0400
committerSamuel Bronson <naesten@gmail.com>2011-06-05 14:55:08 -0400
commitbe552bafdc2b9bbb1505d565f4466a62d80efd8c (patch)
tree20df731d0b5c66349376b7fd65ff6a59f6616dbd /Makefile
parentdbc9d800edc7a11ffa8eb3d3b8f7f86da5fdef58 (diff)
downloadrust-hoedown-be552bafdc2b9bbb1505d565f4466a62d80efd8c.tar.gz
Update Makefile and .gitignore to deal with smartypants.
... and get "make clean" to work under MSYS, too (*sigh*).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 497d400..cdd8840 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,8 @@ smartypants: examples/smartypants.o src/buffer.o render/html_smartypants.o
# housekeeping
clean:
rm -f src/*.o render/*.o examples/*.o
- rm -f libupskirt.so libupskirt.so.1 upskirt
+ rm -f libupskirt.so libupskirt.so.1 upskirt smartypants
+ rm -f upskirt.exe smartypants.exe
rm -rf $(DEPDIR)