fix: adding a rule to put the sql files into the build directory.

This commit is contained in:
damien DELPY 2024-11-25 21:28:38 +01:00
parent 5815ab2a22
commit b23c44e5df
No known key found for this signature in database

View File

@ -7,6 +7,7 @@ all: $(BIN)
prepare_dev:
cp $(DIR_BACK)/.env.example $(DIR_BACK)/.env
cd $(DIR_SQL) && make
clean:
rm -f $(DIR_BACK)/.env