@@ -3,8 +3,9 @@ # TODO: calculate these using $(MAKE_HOST) export ARCH = x86 export OS = lin export BITS = 64 +export ROOT = $(PWD) export TMP = $(PWD)/tmp ifneq ($(BITS),) export TARGET = $(ARCH).$(OS).$(BITS)