diff --git a/Makefile b/Makefile index a4068fc..d71e80d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BASE_DIR=../ +BASE_DIR=/sledge include Makefile.wasm.inc # SOD does not generally require a Makefile to build. Just drop sod.c and its accompanying diff --git a/Makefile.wasm.inc b/Makefile.wasm.inc index dd00d2e..6d70adc 100644 --- a/Makefile.wasm.inc +++ b/Makefile.wasm.inc @@ -21,10 +21,10 @@ RT_LIBC=${RT_DIR}/libc/libc_backing.c RT_RT=${RT_DIR}/runtime.c MEMC=${RT_MEM}/${MEMC_64} -DUMMY=${BASE_DIR}/code_benches/dummy.c +DUMMY=${BASE_DIR}/awsm/code_benches/dummy.c # for awsm -ABASE_DIR=${BASE_DIR}/../ +ABASE_DIR=${BASE_DIR} ART_DIR=${ABASE_DIR}/runtime/ ART_INC=${ART_DIR}/include/