Skip to content

Commit

Permalink
Update Makefile and .gitignore to deal with smartypants.
Browse files Browse the repository at this point in the history
... and get "make clean" to work under MSYS, too (*sigh*).
  • Loading branch information
SamB committed Jun 5, 2011
1 parent dbc9d80 commit be552ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.o
libupskirt.so*
upskirt
smartypants
*.exe
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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)


Expand Down

0 comments on commit be552ba

Please sign in to comment.