]> git.karo-electronics.de Git - mdnsd.git/blob - Makefile
fix warnings and crasher in sdtxt.c
[mdnsd.git] / Makefile
1 all: mquery mhttp
2
3 mhttp: mhttp.c mdnsd.c 1035.c sdtxt.c xht.c
4         $(CC) -Wall -Wno-pointer-sign -g -o mhttp mhttp.c mdnsd.c 1035.c sdtxt.c xht.c
5
6 mquery: mquery.c mdnsd.c 1035.c sdtxt.c xht.c
7         $(CC) -Wall -Wno-pointer-sign -g -o mquery mquery.c mdnsd.c 1035.c sdtxt.c xht.c
8
9 clean:
10         rm -f mquery mhttp