Initial commit
This commit is contained in:
7
package/utils/nvram/src/Makefile
Normal file
7
package/utils/nvram/src/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all: nvram
|
||||
|
||||
nvram:
|
||||
$(CC) $(CFLAGS) -o $@ cli.c crc.c nvram.c $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f nvram
|
||||
Reference in New Issue
Block a user