summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-04-03 01:28:40 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-04-03 01:28:40 +0200
commit60c0b8bc23ef26ec9fcce1f53604d9aab8580c9e (patch)
treed9d15025f04bd30ca7936f84d9b8ca4a7ab18451
parentAdd OSX support. (diff)
downloadalmamater-60c0b8bc23ef26ec9fcce1f53604d9aab8580c9e.tar.xz
almamater-60c0b8bc23ef26ec9fcce1f53604d9aab8580c9e.zip
Build on ubuntu.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e73e375..265902c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-CFLAGS += -std=c99 -O3 -march=native -Iskein -lcurl -lpthread
+CFLAGS += -std=c99 -O3 -march=native -Iskein
+LDLIBS += -lcurl -lpthread
almamater: almamater.c skein/skein.c skein/skein_block.c