Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlcrashr committed Dec 31, 2018
1 parent 33aac95 commit fafc009
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ OPENSSLSRC=https://www.openssl.org/source/openssl-1.1.0f.tar.gz
CURLSRC=https://github.com/curl/curl/releases/download/curl-7_59_0/curl-7.59.0.zip
TAG=$(shell git describe --tag | sed "s/-.*-/-/")
OUTPUTPATH=".build/@ArmA3URLFetch/"

ifeq ($(OS), Windows_NT)
ARMAKE = ./tools/armake_w64.exe
else
ARMAKE = ./tools/armake
endif
ARMAKE=armake

all: linux32 build_mod deploy_mod

Expand Down

0 comments on commit fafc009

Please sign in to comment.