Include libhoedown.a in "make all"
This commit is contained in:
parent
0c8eb03f10
commit
ede482b2a6
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ hoedown.exp
|
||||||
hoedown.lib
|
hoedown.lib
|
||||||
smartypants
|
smartypants
|
||||||
libhoedown.so*
|
libhoedown.so*
|
||||||
|
libhoedown.a
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue