diff options
author | David Phillips <david@sighup.nz> | 2017-04-27 14:35:40 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-27 14:35:40 +1200 |
commit | f5cdffd54a7d48f49a83a979ebfc11adfb7f1085 (patch) | |
tree | 863719379119079d2e7d007a0e80d9e2b48ac8ae /Makefile | |
parent | fa943d0160c3ec4560c0917e7940f062faf57b88 (diff) | |
download | sand-leek-f5cdffd54a7d48f49a83a979ebfc11adfb7f1085.tar.xz |
initial rough working
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
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 + |