]> git.karo-electronics.de Git - mdnsd.git/commitdiff
Small makefile tweaks
authorSimon Budig <simon@budig.de>
Thu, 22 Jan 2009 22:47:28 +0000 (23:47 +0100)
committerOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Sun, 28 Apr 2013 22:57:58 +0000 (00:57 +0200)
Makefile

index 7015af97c41e95722dd83a93ed55abef7c5a018b..07348c9984038cd8c63485f96c793dc7d0bd62b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 all: mquery mhttp
 
-mhttp: mhttp.c
-       gcc -g -o mhttp mhttp.c mdnsd.c 1035.c sdtxt.c xht.c
+mhttp: mhttp.c mdnsd.c 1035.c sdtxt.c xht.c
+       $(CC) -Wall -Wno-pointer-sign -g -o mhttp mhttp.c mdnsd.c 1035.c sdtxt.c xht.c
 
-mquery: mquery.c
-       gcc -g -o mquery mquery.c mdnsd.c 1035.c
+mquery: mquery.c mdnsd.c 1035.c sdtxt.c xht.c
+       $(CC) -Wall -Wno-pointer-sign -g -o mquery mquery.c mdnsd.c 1035.c sdtxt.c xht.c
 
 clean:
        rm -f mquery mhttp