]> git.karo-electronics.de Git - mdnsd.git/blob - Makefile
Replaced int8_t by char for all strings
[mdnsd.git] / Makefile
1 all: mhttp mquery
2
3 mhttp: mhttp.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
4         $(CC) -D_GNU_SOURCE -Wall -Wextra -Wno-pointer-sign -g -o mhttp mhttp.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
5
6 mquery: mquery.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
7         $(CC) -D_GNU_SOURCE -Wall -Wextra -Wno-pointer-sign -g -o mquery mquery.c mdnsd.c rfc1035.c dns_sd_txt.c shash.c
8
9 netwatch: netwatch.c
10         $(CC) -D_GNU_SOURCE -Wall -Wextra -DNETWATCH_MAIN -g -o $@ $<
11
12 clean:
13         rm -f mquery mhttp netwatch