aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-27 02:10:57 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-27 02:10:57 +0000
commitcc73efda66844ca87f1dd263926517664e8b1b08 (patch)
tree16153d053563925a0a820ceea2eef572e4abaa29 /Makefile
parent83115bc06793c68f460ea05fc2d8182751e86c35 (diff)
downloadexecline-cc73efda66844ca87f1dd263926517664e8b1b08.tar.gz
Build fixes
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 3c1f939..50551d2 100644
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ $(DESTDIR)$(pkgconfdir)/lib%.pc: lib%.pc
%.lo: %.c
exec $(CC) $(CPPFLAGS_ALL) $(CFLAGS_ALL) $(CFLAGS_SHARED) -c -o $@ $<
-$(ALL_BINS):
+$(ALL_BINS) $(TEST_BINS):
exec $(CC) -o $@ $(CFLAGS_ALL) $(LDFLAGS_ALL) $(LDFLAGS_NOSHARED) $^ $(EXTRA_LIBS) $(LDLIBS)
lib%.a.xyzzy: