Skip to content

Commit

Permalink
fix: Fix calling tasks from actual Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 24, 2024
1 parent 8faef6b commit 30d3bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ actions = \

.PHONY: $(actions)
$(actions):
@bash scripts/make "$@"
@python scripts/make "$@"

0 comments on commit 30d3bc9

Please sign in to comment.