File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ta_lua = $(ta_src)/lua/src
77CXX = g++
88CXXFLAGS = -std=c++11 -pedantic -fPIC -Wall
99LDFLAGS = -Wl,--retain-symbols-file -Wl,$(ta_src ) /lua.sym
10+ WGET = wget -O $@
1011
1112all : diff.so diff.dll diff-curses.dll diffosx.so
1213clean : ; rm -f * .o * .so * .dll
@@ -55,7 +56,7 @@ luadoc: init.lua
5556deps : diff_match_patch.h
5657
5758diff_match_patch_zip = 7f95b37e554453262e2bcda830724fc362614103.zip
58- $(diff_match_patch_zip ) : ; wget https://github.com/leutloff/diff-match-patch-cpp-stl/archive/$@
59+ $(diff_match_patch_zip ) : ; $( WGET ) https://github.com/leutloff/diff-match-patch-cpp-stl/archive/$@
5960diff_match_patch.h : | $(diff_match_patch_zip ) ; unzip -j $| "* /$@ "
6061
6162# Releases.
You can’t perform that action at this time.
0 commit comments