diff --git a/Makefile b/Makefile index 84875f2..fbf6930 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ #******************************************************************************# # INCLUDE CONFIGURATION include $(CURDIR)/Makefile.vars +include $(CURDIR)/Makefile.cfg # DEDUCED VARIABLES ALLOBJ = $(SRC:%=$(OBJDIR)/%.o)