diff options
author | XANTRONIX Development | 2022-02-01 20:44:47 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-01 20:44:47 -0500 |
commit | 647b2eda0a033b7c966ec38d2b3d86275307112d (patch) | |
tree | 1811342f87bdf02b987548162ce84f2f2decb007 /examples/Makefile | |
parent | 6307ee45b3a942a254f61c20db5201982a78e9ac (diff) | |
download | xas-647b2eda0a033b7c966ec38d2b3d86275307112d.tar.gz xas-647b2eda0a033b7c966ec38d2b3d86275307112d.tar.bz2 xas-647b2eda0a033b7c966ec38d2b3d86275307112d.zip |
Add examples/say.c
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 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) |