1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-19 09:39:21 +02:00
openwrt-xburst/package/robocfg/src/Makefile

13 lines
139 B
Makefile
Raw Normal View History

# $Id$
all: robocfg
%.o: %.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^
robocfg: robocfg.o
$(CC) -o $@ $^
clean:
rm -f *.o robocfg