From 8bcb86ea0445e71ee6e109c35654febb9e7e1738 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sat, 14 Nov 2020 23:45:14 +0100 Subject: =?UTF-8?q?izbrisal=20telefonsko=20=C5=A1tevilko?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 api/Makefile (limited to 'api/Makefile') diff --git a/api/Makefile b/api/Makefile new file mode 100644 index 0000000..7b8ab7d --- /dev/null +++ b/api/Makefile @@ -0,0 +1,6 @@ +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