diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 12:45:35 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 12:45:35 +0000 |
commit | df68c095949b4a5d1bad697e2785bd9cd8661f52 (patch) | |
tree | 5ab41aa547c1d756bd6d3b5b3e6c5831fa29f46e /examples/Makefile | |
parent | f7bcd97626f1a990106e88e1dfcb56806dfb0419 (diff) | |
download | LibXtract-df68c095949b4a5d1bad697e2785bd9cd8661f52.tar.gz LibXtract-df68c095949b4a5d1bad697e2785bd9cd8661f52.tar.bz2 LibXtract-df68c095949b4a5d1bad697e2785bd9cd8661f52.zip |
Add examples to new build system
Diffstat (limited to 'examples/Makefile')
-rw-r--r--[l---------] | examples/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index d0b0e8e..46ef826 120000..100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1 +1,8 @@ -../Makefile
\ No newline at end of file + +.PHONY: simpletest clean + +simpletest: + @$(MAKE) -C $@ + +clean: + @$(MAKE) -C simpletest clean |