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