81c85e27da5059c5b9e0de8aa76ffc240e78031d
[openwrt/.git] / package / utils / otrx / src / Makefile
1 all: otrx
2
3 otrx:
4         $(CC) $(CFLAGS) -o $@ otrx.c
5
6 clean:
7         rm -f otrx