diff options
author | Aki <please@ignore.pl> | 2020-05-01 15:43:07 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2020-05-01 16:42:19 +0200 |
commit | 922bb99578b881065048102e03c73ff91c5ad30a (patch) | |
tree | d2033cf94f7330c194e53f91d8d4bf40d34370ca /Makefile | |
parent | 03360ae6aa07289eac060870972d4ba246ca88d3 (diff) | |
download | plop-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CFLAGS+=-Wall -Wextra -Wpedantic -plop: plop.o +plop: plop.o http.o http.h clean: rm -f plop *.o |