Use mktemp if tempfile is not available, fixes make for macOS

This commit is contained in:
Daniel Roethlisberger 2018-10-02 22:17:03 +02:00
parent 85f0ddd188
commit 85ad10d558

View File

@ -1,5 +1,5 @@
.PHONY: test test-yaml test-sigmac
TMPOUT = $(shell tempfile)
TMPOUT = $(shell tempfile||mktemp)
COVSCOPE = tools/sigma/*.py,tools/sigma/backends/*.py,tools/sigmac,tools/merge_sigma
test: clearcov test-yaml test-sigmac test-merge build finish