diff options
| author | XANTRONIX Development | 2022-03-01 09:47:24 -0500 | 
|---|---|---|
| committer | XANTRONIX Development | 2022-03-01 09:47:24 -0500 | 
| commit | 25dfe9a0dd859ddd6b8ab1353ffbb14f727ab983 (patch) | |
| tree | 0e3fd8071b300c487555fc8fb747493fd79d77c3 /examples/Makefile | |
| parent | 297dd2f36cfc5d4f53ee7a6528e0064d913f8b75 (diff) | |
| download | xas-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/Makefile | 2 | 
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) | 
 
    