summaryrefslogtreecommitdiffstats
path: root/api/c/Makefile
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-12-01 23:50:20 +0100
committersijanec <sijanecantonluka@gmail.com>2020-12-01 23:50:20 +0100
commit5fdb8d8f43e15b9581e8320153eb2e8c24cedac8 (patch)
tree05f9192f178fd698c0a62c9582b0c5d5592f6d67 /api/c/Makefile
parentdodal https predlog - hostname fix (diff)
downloadsijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.tar
sijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.tar.gz
sijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.tar.bz2
sijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.tar.lz
sijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.tar.xz
sijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.tar.zst
sijanec.eu-5fdb8d8f43e15b9581e8320153eb2e8c24cedac8.zip
Diffstat (limited to 'api/c/Makefile')
-rw-r--r--api/c/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/c/Makefile b/api/c/Makefile
new file mode 100644
index 0000000..5f4f70a
--- /dev/null
+++ b/api/c/Makefile
@@ -0,0 +1,7 @@
+compile:
+ gcc api.c -Wall -lfcgi --pedantic -lpthread -o api
+prepare:
+ wget http://www.geekhideout.com/downloads/urlcode.c
+clean:
+ rm urlencode.c api
+