diff options
author | XANTRONIX Development | 2022-02-01 14:28:35 -0500 |
---|---|---|
committer | XANTRONIX Development | 2022-02-01 14:28:35 -0500 |
commit | 0cdfdf8c867ac5582968e32a869d1ce3833aabb8 (patch) | |
tree | b3fe40a97e8612f648cf1ff4b0b663a252aa948c /examples/Makefile | |
parent | 2c1fae9184f6fc55e5f55be331c67990d6a1bde1 (diff) | |
download | xas-0cdfdf8c867ac5582968e32a869d1ce3833aabb8.tar.gz xas-0cdfdf8c867ac5582968e32a869d1ce3833aabb8.tar.bz2 xas-0cdfdf8c867ac5582968e32a869d1ce3833aabb8.zip |
Add examples/open.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 52755fd..20adaea 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 +EXAMPLES = test open all: $(EXAMPLES) |