From af59944509c0b75800ba3c8a5f1da8d6fdd10214 Mon Sep 17 00:00:00 2001 From: Max P Date: Sat, 9 Mar 2024 00:06:02 +0100 Subject: [PATCH] Updated Makefile version to 1.0.1 Add link to the Xilinx ISE Makefile Repository --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7141a6..fab985a 100644 --- a/Makefile +++ b/Makefile @@ -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)) ###########################################################################