diff options
author | XANTRONIX Development | 2022-03-01 23:43:57 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-03-01 23:43:57 -0500 |
commit | ea5c729f69a9c6c2fb88caa48e37f6f548532b9b (patch) | |
tree | 2d2c88aecdb55d911fbc9fe512cce91d0dbae572 /examples/Makefile | |
parent | 80f45719b50f394e0cc797fdb20342698afbd14e (diff) | |
download | xas-ea5c729f69a9c6c2fb88caa48e37f6f548532b9b.tar.gz xas-ea5c729f69a9c6c2fb88caa48e37f6f548532b9b.tar.bz2 xas-ea5c729f69a9c6c2fb88caa48e37f6f548532b9b.zip |
good cats renaming stuff,,,
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 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) |