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