Browse Source

fix-makefile-default-goal

set-sast-config-1
Ilya Fedorov 4 years ago
parent
commit
4bc3f40823
  1. 2
      Makefile

2
Makefile

@ -15,4 +15,4 @@ cleanup:
docker system prune --all --force
docker system prune --volumes --force
.DEFAULT_GOAL := lint
.DEFAULT_GOAL := restart
Loading…
Cancel
Save