Activate LyokoCMD's debug mode instead of dotnet's

This commit is contained in:
Lucidiot 2018-08-23 22:29:51 +02:00
parent bd242b74c2
commit 20914ff4fe
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ run: require-dasconzole
cd src/LyokoCMD.CommandLine && dotnet run
debug: require-dasconzole
cd src/LyokoCMD.CommandLine && dotnet run --debug
cd src/LyokoCMD.CommandLine && dotnet run -- --debug
all: require-dasconzole
dotnet build