From 54042793af9356dddf76a6d107aa8d1f65400788 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 30 Aug 2009 15:47:53 +0200 Subject: [PATCH] remove ucimap-example during make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0