summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-01 23:43:57 -0500
committerXANTRONIX Development2022-03-01 23:43:57 -0500
commitea5c729f69a9c6c2fb88caa48e37f6f548532b9b (patch)
tree2d2c88aecdb55d911fbc9fe512cce91d0dbae572 /examples/Makefile
parent80f45719b50f394e0cc797fdb20342698afbd14e (diff)
downloadxas-ea5c729f69a9c6c2fb88caa48e37f6f548532b9b.tar.gz
xas-ea5c729f69a9c6c2fb88caa48e37f6f548532b9b.tar.bz2
xas-ea5c729f69a9c6c2fb88caa48e37f6f548532b9b.zip
good cats renaming stuff,,,
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 b167416..756fa89 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 script
+EXAMPLES = test open say spatial seq
all: $(EXAMPLES)