summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-15 20:53:24 -0500
committerXANTRONIX Development2022-02-15 20:53:24 -0500
commite0fda7988c2cca763d92075a5d95f813a37b69f4 (patch)
treee547109adad66235581ec60ea5836ad6e75b6f95 /examples/Makefile
parent1fe063a6d66048e6f95d1f60a7d7f837799cefe7 (diff)
downloadxas-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/Makefile2
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)