aboutsummaryrefslogtreecommitdiffstats
path: root/mk/all.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mk/all.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/mk/all.mk b/mk/all.mk
new file mode 100644
index 0000000..7b00995
--- /dev/null
+++ b/mk/all.mk
@@ -0,0 +1,27 @@
+# Copyright (C) 2015 Mattias Andrée <maandree@member.fsf.org>
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved. This file is offered as-is,
+# without any warranty.
+
+
+#=== This file includes all the other files in appropriate order. ===#
+
+ifndef Q
+A = \e[35m
+Z = 
+endif
+
+include mk/path.mk
+include mk/empty.mk
+include mk/tools.mk
+include mk/copy.mk
+include mk/lang-c.mk
+include mk/texinfo.mk
+include mk/man.mk
+include mk/i18n.mk
+include mk/clean.mk
+include mk/dist.mk
+include mk/tags.mk
+