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