summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Christian Pohle2021-11-24 01:22:54 +0100
committerMax Christian Pohle2021-11-24 01:22:54 +0100
commitdb864e290ba1ec4acd74371b150e7770585ef284 (patch)
tree80f2ba16e4520bc1f4bfe28eac7fdb747c58710e /Makefile
parent21ab0292a9c07d2377047969a4d530a15e465907 (diff)
downloadohmycgi-db864e290ba1ec4acd74371b150e7770585ef284.tar.bz2
ohmycgi-db864e290ba1ec4acd74371b150e7770585ef284.zip
Made the implementation more generic again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a41fc9..2458ed9 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LIBS := -lcups
9CFLAGS += -L/usr/local/lib 9CFLAGS += -L/usr/local/lib
10CFLAGS += -I/usr/local/include 10CFLAGS += -I/usr/local/include
11 11
12FILES := cgi.c 12FILES := cgi.c http_parser.c
13 13
14test: main 14test: main
15 ./main 15 ./main
..