aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-27 10:38:30 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-27 10:38:30 +0000
commit4818dab5964dddde93172d2552a7bd229645cf37 (patch)
tree1f336065d75be8d18b72dbd920e496f5edadb1e0 /Makefile
parentcc73efda66844ca87f1dd263926517664e8b1b08 (diff)
downloadexecline-4818dab5964dddde93172d2552a7bd229645cf37.tar.gz
New templated configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50551d2..752b8ba 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ ALL_INCLUDES := $(wildcard src/include/$(package)/*.h)
all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES) $(EXTRA_INCLUDES) $(PC_TARGETS)
clean:
- @exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo) $(PC_TARGETS) $(EXTRA_TARGETS)
+ @exec rm -f $(ALL_LIBS) $(ALL_BINS) $(TEST_BINS) $(wildcard src/*/*.o src/*/*.lo) $(PC_TARGETS) $(EXTRA_TARGETS)
distclean: clean
@exec rm -f config.mak src/include/$(package)/config.h