From 794c7db38c810ca986245bce46c42f1d9486ee0b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 7 Mar 2021 00:49:29 -0300 Subject: Makefile: Add missing -lfallible library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f16762..8dc1e3f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ run-tests: $(sources) $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) -DTEST -o $@ $(sources) $(LDLIBS) fallible-tests: $(sources) - $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) -DTEST -DFALLIBLE -o $@ $(sources) $(LDLIBS) + $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) -DTEST -DFALLIBLE -o $@ $(sources) $(LDLIBS) -lfallible check: all ./run-tests -- cgit v1.2.3