summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-01 09:47:24 -0500
committerXANTRONIX Development2022-03-01 09:47:24 -0500
commit25dfe9a0dd859ddd6b8ab1353ffbb14f727ab983 (patch)
tree0e3fd8071b300c487555fc8fb747493fd79d77c3 /examples/Makefile
parent297dd2f36cfc5d4f53ee7a6528e0064d913f8b75 (diff)
downloadxas-25dfe9a0dd859ddd6b8ab1353ffbb14f727ab983.tar.gz
xas-25dfe9a0dd859ddd6b8ab1353ffbb14f727ab983.tar.bz2
xas-25dfe9a0dd859ddd6b8ab1353ffbb14f727ab983.zip
Begin work on examples/script.c scene script demo
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
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)