summarylogtreecommitdiffstats
path: root/wit-makefile-version.patch
blob: 314da8b961fe8a8533a3f392b5aeafa368397a2d (plain)
1
2
3
4
5
6
7
8
9
10
diff -rupN wiimms-iso-tools.orig/project/Makefile wiimms-iso-tools/project/Makefile
--- wiimms-iso-tools.orig/project/Makefile   2021-04-06 15:02:45.248282583 +0200
+++ wiimms-iso-tools/project/Makefile      2021-04-06 15:02:55.818341676 +0200
@@ -1031,3 +1031,6 @@ help:
 -include makefiles-local/Makefile.local.$(SYSTEM)
 -include Makefile.user
 
+.PHONY: version
+version:
+	@echo "$(VERSION)"