From e0fda7988c2cca763d92075a5d95f813a37b69f4 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 15 Feb 2022 20:53:24 -0500 Subject: It's surprising this stuff compiles, but fuck it --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 537d103..5604297 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -7,7 +7,7 @@ INCLUDE_PATH = ../include CFLAGS += -I$(INCLUDE_PATH) LDFLAGS += -L../src -lxas -lm -EXAMPLES = test open say +EXAMPLES = test open say spatial all: $(EXAMPLES) -- cgit v1.2.3