From 4d675ce17f3e61095e2ee9f7deac671dc5d40a95 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 26 Feb 2022 23:41:42 -0500 Subject: Make examples/ rebuild on libxas.a changes --- examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile b/examples/Makefile index 6aae7f2..7f2b2bf 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,9 +10,9 @@ LDFLAGS += -L../src -l$(LIBNAME) -lm EXAMPLES = test open say spatial -all: $(EXAMPLES) ../src/$(STATIC) +all: $(EXAMPLES) -$(EXAMPLES): %: %.c +$(EXAMPLES): %: %.c ../src/$(STATIC) $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: -- cgit v1.2.3