diff options
| author | 2022-07-21 03:01:58 -0400 | |
|---|---|---|
| committer | 2022-07-21 03:01:58 -0400 | |
| commit | d8b011110ad743771183ca7489401c11fe801e4f (patch) | |
| tree | b358e8698f50cc0a9de4243ef1a6bbd4d0138311 /tests/Makefile | |
| parent | add gitignore (diff) | |
successfully test mode01, add Makefile
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..db36b8c --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,7 @@ +all: + for i in 00 01; do \ + make -f run_mode.makefile MODE="$$i"; \ + done + +clean: + rm -rf obj_dir |
