Makefile adapted to always run rule venv2 and venv3

This commit is contained in:
Dirk Alders 2021-08-01 22:35:56 +02:00
parent a6e0b136ab
commit 38acae3385

View File

@ -8,7 +8,7 @@ OUTDIR=testresults
TEXFILE=$(OUTDIR)/unittest.tex TEXFILE=$(OUTDIR)/unittest.tex
PDFFILE=$(OUTDIR)/unittest.pdf PDFFILE=$(OUTDIR)/unittest.pdf
.PHONY: all help release full short smoke single testrun_full testrun_short testrun_smoke testrun_single coverage_analysis finalise status compile release_testcases publish view clean .PHONY: all help venv2 venv3 release full short smoke single testrun_full testrun_short testrun_smoke testrun_single coverage_analysis finalise status compile release_testcases publish view clean
all: full all: full