From 25dfe9a0dd859ddd6b8ab1353ffbb14f727ab983 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 1 Mar 2022 09:47:24 -0500 Subject: Begin work on examples/script.c scene script demo --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 7f2b2bf..b167416 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ LIBNAME = xas CFLAGS += -I$(INCLUDE_PATH) LDFLAGS += -L../src -l$(LIBNAME) -lm -EXAMPLES = test open say spatial +EXAMPLES = test open say spatial script all: $(EXAMPLES) -- cgit v1.2.3