diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 02:27:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 02:27:59 +0100 |
commit | 544831854014d160b8f9100d6442219da90aacea (patch) | |
tree | e8565f3cedb81479b0526799fd054a96ac1874cb /mk/all.mk | |
parent | m (diff) | |
download | scrotty-544831854014d160b8f9100d6442219da90aacea.tar.gz scrotty-544831854014d160b8f9100d6442219da90aacea.tar.bz2 scrotty-544831854014d160b8f9100d6442219da90aacea.tar.xz |
a bunch of stuff...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | mk/all.mk | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -8,20 +8,25 @@ #=== This file includes all the other files in appropriate order. ===# + ifndef Q A = \e[35m Z = [m 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 +include $(v)mk/path.mk +include .config.mk +include $(v)mk/path.mk +include $(v)mk/lowerpath.mk +include $(v)mk/empty.mk +include $(v)mk/tools.mk +include $(v)mk/copy.mk +include $(v)mk/lang-c.mk +include $(v)mk/texinfo.mk +include $(v)mk/man.mk +include $(v)mk/i18n.mk +include $(v)mk/clean.mk +include $(v)mk/dist.mk +include $(v)mk/tags.mk +include $(v)mk/prologue.mk |