diff --git a/Makefile b/Makefile index a1ce42e..1cc9509 100644 --- a/Makefile +++ b/Makefile @@ -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