From c6c199bd5902ba6ea4da16926d84d92ddd179ed5 Mon Sep 17 00:00:00 2001 From: Greg King Date: Sat, 12 Mar 2022 01:35:33 -0500 Subject: [PATCH] Added a URL to the snapshot's commit history as a comment in the Windows snapshot ZIPs. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 87f1e8236..c8028204b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,6 +119,7 @@ endif # CMD_EXE zip: @cd .. && zip cc65 bin/* + @echo 'https://github.com/cc65/cc65/commits/'$(word 2,$(BUILD_ID))|zip -zq ../cc65 define OBJS_template