Introduced Makefile versioning system
This commit is contained in:
12
Makefile
12
Makefile
@@ -6,8 +6,18 @@
|
||||
## worldwide. This software is distributed without any warranty.
|
||||
###########################################################################
|
||||
|
||||
include project.cfg
|
||||
###########################################################################
|
||||
# Version
|
||||
###########################################################################
|
||||
|
||||
Makefile_Version := 1.0.0
|
||||
$(info ISE Makefile Version: $(Makefile_Version))
|
||||
|
||||
###########################################################################
|
||||
# Include project configuration
|
||||
###########################################################################
|
||||
|
||||
include project.cfg
|
||||
|
||||
###########################################################################
|
||||
# Default values
|
||||
|
Reference in New Issue
Block a user