don't fail on uci_load() with nonexisting config files, but return the right return...
[openwrt.git] / package / robocfg / src / Makefile
1 # $Id$
2
3 all: robocfg
4
5 %.o: %.c
6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
7
8 robocfg: robocfg.o
9 $(CC) -o $@ $^
10
11 clean:
12 rm -f *.o robocfg
This page took 0.041184 seconds and 5 git commands to generate.