diff options
author | Ori Bernstein <ori@eigenstate.org> | 2013-03-20 14:03:27 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2013-03-20 14:03:27 -0400 |
commit | fa1ece4195b01ec77891651037f695caed9a410c (patch) | |
tree | 429d0f4d2cd0ae43eaad6b1496c036f9f41ffba1 /myrbuild | |
parent | e3670dfc5c38e7c42971b833738e6cd265ca77f9 (diff) | |
download | mc-fa1ece4195b01ec77891651037f695caed9a410c.tar.gz |
Include the configuration in the makefile.
Now things like 'make install' will work.
Diffstat (limited to 'myrbuild')
-rw-r--r-- | myrbuild/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myrbuild/Makefile b/myrbuild/Makefile index 7af2e69..d631b0d 100644 --- a/myrbuild/Makefile +++ b/myrbuild/Makefile @@ -4,4 +4,5 @@ OBJ=myrbuild.o DEPS=../parse/libparse.a +include ../config.mk include ../mk/c.mk |