Skip to content

Commit

Permalink
chore: Makefile: start: exit 1;
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Apr 1, 2024
1 parent cea79a9 commit 9715317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projeto-gerar-horario/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ restore:

test:
dotnet test

start:
dotnet run --project GerarHorario-Playground/
echo "Nenhum projeto do tipo Console para iniciar."
exit 1;

docker-shell:
docker build ./.devops/dotnet-sdk;
Expand Down

0 comments on commit 9715317

Please sign in to comment.