Skip to content

Commit

Permalink
simpler method for obtaining \ in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Aug 19, 2014
1 parent 226257f commit 2a31056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Makefile
Expand Up @@ -103,8 +103,7 @@ export DMD=../src/dmd.exe
export EXE=.exe
export OBJ=.obj
export DSEP=\\
export SEP=$(shell echo '\')
# bug in vim syntax hilighting, needed to kick it back into life: ')
export SEP=$(subst /,\,/)
else
export ARGS=-inline -release -gc -O -unittest -fPIC
export DMD=../src/dmd
Expand Down

0 comments on commit 2a31056

Please sign in to comment.