Include libhoedown.a in "make all"

This commit is contained in:
Josh Stone 2015-05-15 11:58:49 -07:00
parent 0c8eb03f10
commit ede482b2a6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ hoedown.exp
hoedown.lib hoedown.lib
smartypants smartypants
libhoedown.so* libhoedown.so*
libhoedown.a

View file

@ -18,7 +18,7 @@ HOEDOWN_SRC=\
.PHONY: all test test-pl clean .PHONY: all test test-pl clean
all: libhoedown.so hoedown smartypants all: libhoedown.so libhoedown.a hoedown smartypants
# Libraries # Libraries