diff options
Diffstat (limited to 'mate/64x64/Makefile.am')
-rw-r--r-- | mate/64x64/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mate/64x64/Makefile.am b/mate/64x64/Makefile.am new file mode 100644 index 0000000..8a5e5d6 --- /dev/null +++ b/mate/64x64/Makefile.am @@ -0,0 +1,9 @@ +NULL = + +DIST_SUBDIRS = \ + status \ + $(NULL) + +SUBDIRS = \ + status \ + $(NULL) |