Skip to content

Commit

Permalink
#363 mandatory env
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 14, 2024
1 parent cc80bfe commit 1f465b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ define step
endef

# The main goal
all: $(TARGET)/start.txt $(TARGET)/repositories.csv polish clone unregister jpeek filter measure aggregate zip
all: env $(TARGET)/start.txt $(TARGET)/repositories.csv polish clone unregister jpeek filter measure aggregate zip
echo -e "\n\nSUCCESS (made by yegor256/cam $(VERSION)$$("$${LOCAL}/help/tdiff.sh" "$$(cat "$(TARGET)/start.txt")"))!"

install:
Expand Down
2 changes: 1 addition & 1 deletion steps/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ git --version

cloc --version

pmd pmd --version
pmd --version

gradle --version

Expand Down

0 comments on commit 1f465b4

Please sign in to comment.