diff options
author | Louie S <louie@example.com> | 2024-05-09 11:49:38 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-09 11:49:38 -0400 |
commit | a42828ac5ecf3924891fdbc9b9a1d53bb7f1249c (patch) | |
tree | 59f1c15899f187cc7dfc1c1a128a8b3316e677c5 /nsis/Makefile.in | |
parent | dbcb9aa93028db869f46fe1ce3639840a4e8f07b (diff) |
Incorporate installer creation in build system
Diffstat (limited to 'nsis/Makefile.in')
-rw-r--r-- | nsis/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nsis/Makefile.in b/nsis/Makefile.in index cfd6dd8..76207d2 100644 --- a/nsis/Makefile.in +++ b/nsis/Makefile.in @@ -413,6 +413,11 @@ uninstall-am: .PRECIOUS: Makefile +.PHONY: installer +$(PACKAGE_NAME)-Setup.exe: installer.nsi + makensis installer.nsi +installer: $(PACKAGE_NAME)-Setup.exe + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |