ar71xx: create combined images for the RS, RS-PRO and LS-SR71 boards, and add sysupgr...
[openwrt.git] / package / robocfg / src / Makefile
1
2 all: robocfg
3
4 %.o: %.c
5 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
6
7 robocfg: robocfg.o
8 $(CC) -o $@ $^
9
10 clean:
11 rm -f *.o robocfg
This page took 0.044262 seconds and 5 git commands to generate.