mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
3cb8bf44e6
This will allow adding more modes without options conflict. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45443
8 lines
73 B
Makefile
8 lines
73 B
Makefile
all: otrx
|
|
|
|
otrx:
|
|
$(CC) $(CFLAGS) -o $@ otrx.c -Wall
|
|
|
|
clean:
|
|
rm -f otrx
|