Skip to content

Commit

Permalink
fixing makefile for alpha/beta dfhack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pronvit committed Apr 18, 2016
1 parent 7be06df commit 5facbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DFHACKVER ?= 0.40.13-r1

DFVERNUM = `echo $(DFHACKVER) | sed -e s/-r.*// -e s/\\\\.//g`
DFVERNUM = `echo $(DFHACKVER) | sed -e s/-.*// -e s/\\\\.//g`

DF ?= /Users/vit/Downloads/df_40_13_osx
DH ?= /Users/vit/Downloads/dfhack-master
Expand Down

0 comments on commit 5facbf4

Please sign in to comment.