remove ucimap-example during make clean
authorFelix Fietkau <nbd@openwrt.org>
Sun, 30 Aug 2009 13:47:53 +0000 (15:47 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 30 Aug 2009 13:47:53 +0000 (15:47 +0200)
Makefile

index 57c0f0b..64e20d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ ucimap-example: ucimap-example.c libuci.a libucimap.a
        $(CC) $(CFLAGS) -I. -o $@ $^
 
 clean:
-       rm -f uci uci-static *.[oa] *.so* *.dylib* uci_config.h
+       rm -f uci uci-static *.[oa] *.so* *.dylib* uci_config.h ucimap-example
 
 install: install-bin install-dev