Skip to content

Commit

Permalink
fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 13, 2024
1 parent 9cd886e commit cf206ec
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 @@ -31,7 +31,7 @@ fmt: ## Run autoformatting and linting
.PHONY: pre-commit
pre-commit: fmt ## Run all code quality checks

data/tables: .venv ## Generate data tables
data/tables/: .venv ## Generate data tables
$(MAKE) -C tpch-dbgen dbgen
cd tpch-dbgen && ./dbgen -vf -s $(SCALE_FACTOR) && cd ..
mkdir -p "data/tables/scale-$(SCALE_FACTOR)"
Expand Down

0 comments on commit cf206ec

Please sign in to comment.