diff --git a/conditor-dumps/.gitignore b/conditor-dumps/.gitignore index 4a96584..639bf77 100644 --- a/conditor-dumps/.gitignore +++ b/conditor-dumps/.gitignore @@ -1,4 +1,5 @@ 02-download/*.json 03-create-fields/*.json 04-enrich/*.json +05-future-loader/*.json package.json diff --git a/conditor-dumps/05-future-loader/.gitkeep b/conditor-dumps/05-future-loader/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/conditor-dumps/05-future-loader/.gitkeep diff --git a/conditor-dumps/Makefile b/conditor-dumps/Makefile index 62cd6f1..fe1f257 100644 --- a/conditor-dumps/Makefile +++ b/conditor-dumps/Makefile @@ -20,6 +20,9 @@ echo $(TARGET_FILES) # cible : dépendance +05-future-loader/%.json: 04-enrich/%.json + npx ezs 05-future-loader.ini < $< > $@ + 04-enrich/%.json: 03-create-fields/%.json npx ezs 04-enrich.ini < $< > $@