diff options
Diffstat (limited to 'input/test/GNUmakefile')
-rw-r--r-- | input/test/GNUmakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/input/test/GNUmakefile b/input/test/GNUmakefile new file mode 100644 index 0000000000..74fec0e68d --- /dev/null +++ b/input/test/GNUmakefile @@ -0,0 +1,8 @@ +# input/test/Makefile + +depth = ../.. +examples=font20 hara-kiri grace mark denneboom +LOCALSTEPMAKE_TEMPLATES=mutopia + +include $(depth)/make/stepmake.make + |