From: Felix Fietkau Date: Sun, 30 Aug 2009 13:47:53 +0000 (+0200) Subject: remove ucimap-example during make clean X-Git-Url: http://pilppa.org/gitweb/?p=uci.git;a=commitdiff_plain;h=54042793af9356dddf76a6d107aa8d1f65400788 remove ucimap-example during make clean --- diff --git a/Makefile b/Makefile index 57c0f0b..64e20d3 100644 --- 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