fix: dont exec select.sql on build

This commit is contained in:
Nemo D'ACREMONT 2024-11-27 15:39:25 +01:00
parent 9614413e6b
commit 6ec761cdd7
No known key found for this signature in database
GPG Key ID: 6E5BCE8022FA8276

View File

@ -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