mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
|
all: bcm4908img
|
||
|
|
||
|
bcm4908img:
|
||
|
$(CC) $(CFLAGS) -o $@ bcm4908img.c -Wall
|
||
|
|
||
|
clean:
|
||
|
rm -f bcm4908img
|