Skip to content

Commit

Permalink
make debug explicitly build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
freem committed Sep 1, 2014
1 parent c6530a8 commit 271ff64
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
Expand Up @@ -4,7 +4,7 @@ XBUILD = xbuild
all: debug release

debug:
$(XBUILD) src/StepServer.sln
$(XBUILD) src/StepServer.sln /p:Configuration=Debug
# copy configuration file and scripts to bin/Debug/
cp Config.ini bin/Debug/
mkdir -p bin/Debug/Scripts/
Expand Down

0 comments on commit 271ff64

Please sign in to comment.