summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b15cafb..b352ab3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,5 @@ clean:
15 rm -f ./main 15 rm -f ./main
16 16
17%: 17%:
18 $(CC) $(CFLAGS) -o $@ *.c $(LIBS) 18 $(CC) $(CFLAGS) -o $@ cgi.c main.c $(LIBS)
19 19
..