mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
8 lines
86 B
Makefile
8 lines
86 B
Makefile
|
all: fitblk
|
||
|
|
||
|
fitblk:
|
||
|
$(CC) $(CFLAGS) -o $@ fitblk.c $(LDFLAGS)
|
||
|
|
||
|
clean:
|
||
|
rm -f fitblk
|