diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..bcc91d3 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,5 @@ +all: + $(MAKE) -C xok + +clean: + $(MAKE) -C xok clean |