openwrtv3/package/utils/robocfg/src/Makefile
John Crispin 4ebf19b48f packages: clean up the package folder
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37007
2013-06-21 16:54:37 +00:00

11 lines
132 B
Makefile

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