Updated Makefile version to 1.0.1

Add link to the Xilinx ISE Makefile Repository
This commit is contained in:
2024-03-09 00:06:02 +01:00
parent 0a4c8319db
commit af59944509

View File

@@ -4,13 +4,15 @@
## To the extent possible under law, the author(s) have dedicated all copyright
## and related and neighboring rights to this software to the public domain
## worldwide. This software is distributed without any warranty.
##
## Makefile github repository: https://github.com/PxaMMaxP/Xilinx-ISE-Makefile
###########################################################################
###########################################################################
# Version
###########################################################################
Makefile_Version := 1.0.0
Makefile_Version := 1.0.1
$(info ISE Makefile Version: $(Makefile_Version))
###########################################################################