diff --git a/Makefile b/Makefile index c9c00e6546a4c243084f89478161ecd7f1efbbf3..6790998331aa6bf897df56a2eeb54fc7338817bc 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,17 @@ # you will need to set the BINARY_C variable to point # to the root binary_c directory + +# https://stackoverflow.com/questions/30573481/path-include-and-src-directory-makefile/30602701#30602701 ifeq ($(BINARY_C),) $(error BINARY_C is not set) endif +SRC_DIR = src + + + + CC := gcc LD := gcc