aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-27 14:35:40 +1200
committerDavid Phillips <david@sighup.nz>2017-04-27 14:35:40 +1200
commitf5cdffd54a7d48f49a83a979ebfc11adfb7f1085 (patch)
tree863719379119079d2e7d007a0e80d9e2b48ac8ae /Makefile
parentfa943d0160c3ec4560c0917e7940f062faf57b88 (diff)
downloadsand-leek-f5cdffd54a7d48f49a83a979ebfc11adfb7f1085.tar.xz
initial rough working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c1c68b1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+CFLAGS += -O2
+LDFLAGS += -lssl -lcrypto -lpthread
+
+
+all: sand-leek
+