summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2015-05-15 11:58:49 -0700
committerJosh Stone <cuviper@gmail.com>2015-05-15 11:58:49 -0700
commitede482b2a6e12a6596a3b14c78babffa715b3a6a (patch)
tree134f312d01aae97b434e0ff5cc5e34b437e1bfba
parent0c8eb03f10c04cf2430d60e4bd32711c37dae850 (diff)
downloadrust-hoedown-ede482b2a6e12a6596a3b14c78babffa715b3a6a.tar.gz
Include libhoedown.a in "make all"
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e885c6c..b8a9371 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ hoedown.exp
hoedown.lib
smartypants
libhoedown.so*
+libhoedown.a
diff --git a/Makefile b/Makefile
index 62ec80a..497b67c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ HOEDOWN_SRC=\
.PHONY: all test test-pl clean
-all: libhoedown.so hoedown smartypants
+all: libhoedown.so libhoedown.a hoedown smartypants
# Libraries