diff options
Diffstat (limited to 'salhelper/Makefile')
-rw-r--r-- | salhelper/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/salhelper/Makefile b/salhelper/Makefile new file mode 100644 index 000000000..ccb1c85a0 --- /dev/null +++ b/salhelper/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: |