fix: dont exec select.sql on build
This commit is contained in:
parent
9614413e6b
commit
6ec761cdd7
@ -6,9 +6,9 @@ all: build
|
||||
build: \
|
||||
$(DIR_BUILD)/00_drop.sql \
|
||||
$(DIR_BUILD)/01_create.sql \
|
||||
$(DIR_BUILD)/02_insert.sql \
|
||||
$(DIR_BUILD)/03_select.sql \
|
||||
$(DIR_BUILD)/04_update.sql
|
||||
$(DIR_BUILD)/02_insert.sql
|
||||
# $(DIR_BUILD)/03_select.sql \
|
||||
# $(DIR_BUILD)/04_update.sql
|
||||
|
||||
generate_data:
|
||||
python3 generate_data.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user