1
0
Fork 0
ssrp/Makefile

6 lines
266 B
Makefile
Executable File

# resolve the makefile's path and directory, from https://stackoverflow.com/a/18137056
export MAKE_PATH ?= $(abspath $(firstword $(MAKEFILE_LIST)))
export ROOT_PATH ?= $(dir $(MAKE_PATH))
include $(shell find $(ROOT_PATH) -name '*.mk' | grep -v node_modules)