diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-04-14 00:30:19 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-04-14 06:58:00 -0500 |
commit | f3653d3c1e93a7e92a546b770e418b8cf5c06c54 (patch) | |
tree | 25bf93db51f49dfe2a2c502204d53beabc8d0e00 /codemaker/Makefile | |
parent | 234f150f30d881b2691288c5f5581306bd4d3d18 (diff) |
gbuild conversion: codemaker module
Diffstat (limited to 'codemaker/Makefile')
-rw-r--r-- | codemaker/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/codemaker/Makefile b/codemaker/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/codemaker/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: |