summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-01 20:44:47 -0500
committerXANTRONIX Development2022-02-01 20:44:47 -0500
commit647b2eda0a033b7c966ec38d2b3d86275307112d (patch)
tree1811342f87bdf02b987548162ce84f2f2decb007 /examples/Makefile
parent6307ee45b3a942a254f61c20db5201982a78e9ac (diff)
downloadxas-647b2eda0a033b7c966ec38d2b3d86275307112d.tar.gz
xas-647b2eda0a033b7c966ec38d2b3d86275307112d.tar.bz2
xas-647b2eda0a033b7c966ec38d2b3d86275307112d.zip
Add examples/say.c
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 20adaea..537d103 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
+EXAMPLES = test open say
all: $(EXAMPLES)