Skip to content

Commit

Permalink
Update Makefile.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Sep 8, 2021
1 parent 689010c commit dc1bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/ontology/Makefile.jinja2
Expand Up @@ -499,7 +499,7 @@ SPARQL_EXPORTS_ARGS = $(foreach V,$(SPARQL_EXPORTS),-s $(SPARQLDIR)/$(V).sparql
# This combines all into one single command

.PHONY: all_reports_onestep
all_reports_onestep: $(SRC)
all_reports_onestep: $(SRC) | $(REPORTDIR)
ifneq ($(SPARQL_EXPORTS_ARGS),)
$(ROBOT) query -f tsv -i $< $(SPARQL_EXPORTS_ARGS)
endif
Expand Down

0 comments on commit dc1bb22

Please sign in to comment.