We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdadbf2 commit 59e7d86Copy full SHA for 59e7d86
Makefile
@@ -28,10 +28,6 @@ PREFIX ?= /opt/pkg/ack
28
#PREFIX = $(INSDIR)
29
endif
30
31
-# Where do you want to put the object files used when building?
32
-
33
-BUILDDIR ?= $(ACK_TEMP_DIR)/ack-build
34
35
# What build flags do you want to use for native code?
36
37
CFLAGS ?= -g -Os \
@@ -60,7 +56,7 @@ all: +all
60
56
# Custom rule to build the installer.
61
57
62
58
ack-setup.exe: etc/windows-installer.nsi all
63
- makensis -dBUILDDIR=$(BUILDDIR)/staging -dOUTFILE="$$(realpath $@)" $<
59
+ makensis -dBUILDDIR=$(INSDIR) -dOUTFILE="$$(realpath $@)" $<
64
65
PLATIND = $(INSDIR)/share/ack
66
PLATDEP = $(INSDIR)/lib/ack
0 commit comments