diff --git a/Makefile b/Makefile index 4e76b25a8e..0a661a2d9a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ CC ?= cc +TMPDIR ?= /tmp VCFILE := v.c -TMPVC := /tmp/vc +TMPVC := $(TMPDIR)/vc TMPTCC := /var/tmp/tcc VCREPO := https://github.com/vlang/vc TCCREPO := https://github.com/vlang/tccbin