summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-05-01 15:43:07 +0200
committerAki <please@ignore.pl>2020-05-01 16:42:19 +0200
commit922bb99578b881065048102e03c73ff91c5ad30a (patch)
treed2033cf94f7330c194e53f91d8d4bf40d34370ca /Makefile
parent03360ae6aa07289eac060870972d4ba246ca88d3 (diff)
downloadplop-922bb99578b881065048102e03c73ff91c5ad30a.zip
plop-922bb99578b881065048102e03c73ff91c5ad30a.tar.gz
plop-922bb99578b881065048102e03c73ff91c5ad30a.tar.bz2
Moved out http-related functionality out of main file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75c8fba..48c0901 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS+=-Wall -Wextra -Wpedantic
-plop: plop.o
+plop: plop.o http.o http.h
clean:
rm -f plop *.o