diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 000000000..22410d529 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,11 @@ +include ../Makefile.inc + +all: + @echo "nothing to do" + +install: + +depend: + +clean: + rm -f *~ |