diff --git a/apps/examples/tutorial/Makefile b/apps/examples/tutorial/Makefile index 943133e6..009b9c29 100644 --- a/apps/examples/tutorial/Makefile +++ b/apps/examples/tutorial/Makefile @@ -1,4 +1,4 @@ -COREPATH ?= ../../core +COREPATH ?= ../../../core .DEFAULT_GOAL := all include $(COREPATH)/../Makefile.defs