diff --git a/conditor-dumps/Makefile b/conditor-dumps/Makefile index 4d90a0e..87cc847 100644 --- a/conditor-dumps/Makefile +++ b/conditor-dumps/Makefile @@ -4,7 +4,7 @@ .DELETE_ON_ERROR: # To prevent deleting intermediate files (for controls) -#.PRECIOUS: 02-download/%.jsonl 03-create-fields/%.jsonl 04-enrich/%.jsonl +.PRECIOUS: 02-download/%.jsonl 03-create-fields/%.jsonl 04-enrich/%.jsonl SOURCE_FILES := $(wildcard 01-query/*.txt) TARGET_FILES := $(patsubst 01-query/%.txt, 05-future-loader/%.jsonl, $(SOURCE_FILES))