mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-19 08:56:44 +00:00
8 lines
67 B
Makefile
8 lines
67 B
Makefile
|
all: otrx
|
||
|
|
||
|
otrx:
|
||
|
$(CC) $(CFLAGS) -o $@ otrx.c
|
||
|
|
||
|
clean:
|
||
|
rm -f otrx
|