all: mquery mhttp

mhttp: mhttp.c
	mipsel-linux-uclibc-gcc -Os -pipe -mips32 -mtune=mips32 -o mhttp mhttp.c mdnsd.c 1035.c sdtxt.c xht.c

mquery: mquery.c
	mipsel-linux-uclibc-gcc -Os -pipe -mips32 -mtune=mips32 -o mquery mquery.c mdnsd.c 1035.c

clean:
	rm -f mquery mhttp
