]> git.karo-electronics.de Git - mdnsd.git/blob - Makefile
Added netwatch to the Makefile
[mdnsd.git] / Makefile
1 all: mhttp mquery netwatch
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 netwatch.c
5
6 mquery: mquery.c mdnsd.c 1035.c
7         $(CC) -Wall -Wno-pointer-sign -g -o mquery mquery.c mdnsd.c 1035.c sdtxt.c xht.c
8
9 netwatch: netwatch.c
10         $(CC) -Wall -DNETWATCH_MAIN -g -o $@ $<
11
12 clean:
13         rm -f mquery mhttp netwatch