diff options
author | XANTRONIX Development | 2022-02-15 20:53:24 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-15 20:53:24 -0500 |
commit | e0fda7988c2cca763d92075a5d95f813a37b69f4 (patch) | |
tree | e547109adad66235581ec60ea5836ad6e75b6f95 /examples/Makefile | |
parent | 1fe063a6d66048e6f95d1f60a7d7f837799cefe7 (diff) | |
download | xas-e0fda7988c2cca763d92075a5d95f813a37b69f4.tar.gz xas-e0fda7988c2cca763d92075a5d95f813a37b69f4.tar.bz2 xas-e0fda7988c2cca763d92075a5d95f813a37b69f4.zip |
It's surprising this stuff compiles, but fuck it
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 537d103..5604297 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -7,7 +7,7 @@ INCLUDE_PATH = ../include CFLAGS += -I$(INCLUDE_PATH) LDFLAGS += -L../src -lxas -lm -EXAMPLES = test open say +EXAMPLES = test open say spatial all: $(EXAMPLES) |