diff options
Diffstat (limited to 'api/c/Makefile')
-rw-r--r-- | api/c/Makefile | 7 |
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 + |