Update Makefile version and adjust project config path

This commit is contained in:
2024-03-10 15:38:58 +01:00
parent 5897ffa953
commit 5e8553d8af

View File

@@ -12,14 +12,14 @@
# Version # Version
########################################################################### ###########################################################################
Makefile_Version := 1.0.1 Makefile_Version := 1.0.2
$(info ISE Makefile Version: $(Makefile_Version)) $(info ISE Makefile Version: $(Makefile_Version))
########################################################################### ###########################################################################
# Include project configuration # Include project configuration
########################################################################### ###########################################################################
include project.cfg include ../project.cfg
########################################################################### ###########################################################################
# Default values # Default values