mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-08 14:03:06 +00:00
0f51d48c0e
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43698
8 lines
94 B
Makefile
8 lines
94 B
Makefile
all: nvram
|
|
|
|
nvram:
|
|
$(CC) $(CFLAGS) -o $@ cli.c crc.c nvram.c $(LDFLAGS)
|
|
|
|
clean:
|
|
rm -f nvram
|