From 5fdb8d8f43e15b9581e8320153eb2e8c24cedac8 Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 1 Dec 2020 23:50:20 +0100 Subject: =?UTF-8?q?dodal=20mo=C5=BEnost=20komentiranja?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/c/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/c/Makefile (limited to 'api/c/Makefile') 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 + -- cgit v1.2.3