summaryrefslogtreecommitdiff
path: root/solenv/gbuild/templates/Makefile
blob: 841c9b4b7ad4c0eb02b710dcec3219e8b7dc94ae (plain)
1
2
3
4
5
6
7
8
# -*- 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: