Skip to content

Commit

Permalink
Remove dangling 'formats' command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jul 24, 2024
1 parent fd2457b commit dcab340
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ $1-list:
bash $1/driver.sh list; \
fi

formats := $(shell cat formats)

$1-read-fast:
@if test -e $1/.skip; \
then >&2 echo "Skipping $1 -- $$(shell test -e $1/.skip && cat $1/.skip)"; \
else \
bash verify.sh $1; \
bash $1/driver.sh read $(DIR) $(DATASET); \
fi


Expand Down

0 comments on commit dcab340

Please sign in to comment.