Skip to content

Commit

Permalink
build: fix breakage when resuming make
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 12, 2011
1 parent 9f98698 commit 12351a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-gyp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
BUILDTYPE ?= Release

all: out/Makefile
tools/gyp_node -f make
$(MAKE) -C out BUILDTYPE=$(BUILDTYPE)
-ln -fs out/Release/node node
-ln -fs out/Debug/node node_g

out/Release/node: all

out/Makefile: node.gyp deps/uv/uv.gyp
tools/gyp_node -f make

clean:
rm -rf out
Expand Down

0 comments on commit 12351a2

Please sign in to comment.