diff options
author | Aki <please@ignore.pl> | 2020-08-16 05:58:58 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2020-08-16 05:58:58 +0200 |
commit | 8e60998945cf27978c8bedf8a352cb1e0f7cc89c (patch) | |
tree | 9e0513af2ce1b9c8396e1f9adce053e42942c101 /Makefile | |
parent | 0c5f075ed0aa99b5adc537a3173e0bd11e198efd (diff) | |
download | plop-8e60998945cf27978c8bedf8a352cb1e0f7cc89c.zip plop-8e60998945cf27978c8bedf8a352cb1e0f7cc89c.tar.gz plop-8e60998945cf27978c8bedf8a352cb1e0f7cc89c.tar.bz2 |
Cleared up Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,13 +6,10 @@ PREFIX?=/usr/local plop: main.o plop.o http.o response.o request.o http.o: http.h -main.o: plop.h +main.o: plop.h http.h request.h plop.o: http.h plop.h request.h response.h request.o: http.h request.h -response.o: response.h - -plop.h: http.h request.h -response.h: http.h +response.o: response.h http.h clean: rm -f plop *.o |