|
|
| version 1.6, 2016/08/03 16:36:16 | version 1.7, 2016/08/03 20:20:43 |
|---|---|
| Line 28 RESULTS_SQL=$(patsubst %.html,results/%. | Line 28 RESULTS_SQL=$(patsubst %.html,results/%. |
| outputs/%.processed: %.html | outputs/%.processed: %.html |
| $(RUN_PARSER) $(PARSER_EXECUTABLE) $< $(PARSER_CONFIG) > $@ | $(RUN_PARSER) $(PARSER_EXECUTABLE) $< $(PARSER_CONFIG) > $@ |
| .PHONY: FORCE tests | .PHONY: FORCE tests tests-curl tests-sql all clean |
| results/%.processed: outputs/%.processed FORCE | results/%.processed: outputs/%.processed FORCE |
| -$(DIFF) $@ $< | -$(DIFF) $@ $< |