OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 all: nvram
2  
3 nvram:
4 $(CC) $(CFLAGS) -o $@ cli.c crc.c nvram.c $(LDFLAGS)
5  
6 clean:
7 rm -f nvram