We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9f81f commit fdadbf2Copy full SHA for fdadbf2
Makefile
@@ -50,18 +50,18 @@ ACKCFLAGS = -O
50
51
LDFLAGS ?= -g
52
53
-# Custom rule to build the installer.
54
-
55
-ack-setup.exe: etc/windows-installer.nsi
56
- makensis -dBUILDDIR=$(BUILDDIR)/staging -dOUTFILE="$$(realpath $@)" $<
57
58
# Various commands.
59
60
LUA ?= lua
61
62
.PHONY: all
63
all: +all
64
+# Custom rule to build the installer.
+
+ack-setup.exe: etc/windows-installer.nsi all
+ makensis -dBUILDDIR=$(BUILDDIR)/staging -dOUTFILE="$$(realpath $@)" $<
65
PLATIND = $(INSDIR)/share/ack
66
PLATDEP = $(INSDIR)/lib/ack
67
0 commit comments