summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-06-27 22:56:25 +0800
committerIru Cai <mytbk920423@gmail.com>2018-06-27 22:56:25 +0800
commite6d9edc048efb5b19d79bbe7871b2ff779d72311 (patch)
tree8d9eedd599f09d7aa9b64ab6251b9b9a092fce91 /Makefile
downloadmatrix-curl-e6d9edc048efb5b19d79bbe7871b2ff779d72311.tar.xz
initial code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d4b6daa
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+LDLIBS=-lcurl -ljson-c
+CFLAGS=-g -Wall
+
+api: api.o session.o util.o