chore(tests/playground/Makefile): build *.tex by default
This commit is contained in:
parent
adc462789a
commit
423b087782
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ CROSS_INPUTS = $(foreach bench,$(CROSS_BENCHES), $(foreach cat, $(CROSS_CATS), $
|
|||
.SECONDARY: $(LEAN_INPUTS:%=%.out) $(LEAN_INPUTS:%=bench/%.bench) $(CROSS_INPUTS:%=%.out) $(CROSS_INPUTS:%=bench/%.bench)
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
all: reports report_lean.csv report_cross.csv
|
||||
all: reports report_lean.tex report_cross.tex
|
||||
|
||||
# disable some built-in rules
|
||||
%.lean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue