Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-panhaleux committed Apr 23, 2024
1 parent fd8796e commit 8d597f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ po-compile:
po: po-update po-compile

check-porcelain:
@test -z "`git status --porcelain`" && echo "git clean" || $(error git unclean)
$(shell (test -z "`git status --porcelain`") && echo "git clean" || $(error git unclean))

clean:
rm -rf "codex_of_the_damned.egg-info"
Expand Down

0 comments on commit 8d597f7

Please sign in to comment.