Modified Makefile includes

This commit is contained in:
Thomas Touhey 2016-05-30 13:16:12 +02:00
parent 54f06f3d23
commit eb2c5faf35
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
# #
#******************************************************************************#
# INCLUDE CONFIGURATION
include $(CURDIR)/Makefile.vars
include $(CURDIR)/Makefile.cfg
include Makefile.vars Makefile.cfg
# DEDUCED VARIABLES
ALLOBJ = $(SRC:%=$(OBJDIR)/%.o)