Skip to content

Commit

Permalink
outputs: Removed missed comment from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 18, 2024
1 parent 49e31e5 commit dfd4d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sections := environments
run_targets := $(addprefix run-,$(sections))

# Entrypoint
update-outputs: #run
update-outputs: run
echo "Filtering raw outputs though col"
for raw in raw/*/*.out; do \
out=$$(echo $$raw | sed 's.raw/..'); \
Expand Down

0 comments on commit dfd4d95

Please sign in to comment.