Automatically determine TRICK_HOME in makefile

Refs #344
This commit is contained in:
Derek Bankieris 2016-11-04 14:46:06 -05:00
parent 8fd850a765
commit de1d970909

View File

@ -1,3 +1,4 @@
TRICK_HOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../..)
# Get JAVAC definition
include ${TRICK_HOME}/makefiles/Makefile.common