Split Makefile.lib into several *.mk files

This commit is contained in:
Eelco Dolstra 2013-11-25 09:50:35 +00:00
parent e9b6397d2f
commit f980755766
9 changed files with 243 additions and 203 deletions

View file

@ -14,5 +14,4 @@ SUBS = \
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
include Makefile.lib
include mk/lib.mk