Skip to content

Commit

Permalink
feat: improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Feb 16, 2024
1 parent 9f98128 commit 2f6f87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SHELL = /bin/bash -eo pipefail
SHELL = /bin/bash
.SHELLFLAGS = -e -o pipefail -c

.PHONY: venv
venv: clean
Expand Down

0 comments on commit 2f6f87e

Please sign in to comment.