mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
all: zyxel-bootconfig
|
||
|
|
||
|
zyxel-bootconfig:
|
||
|
$(CC) $(CFLAGS) -Wall zyxel-bootconfig.c -o zyxel-bootconfig
|
||
|
|
||
|
clean:
|
||
|
rm -f zyxel-bootconfig
|