diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:45:10 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:45:10 +0000 |
| commit | f0e08c49c962fc29d08354d5693bbb42f94ba148 (patch) | |
| tree | dd278df3f57de19aad5616bdf2330d35f7b8d08b /python/Makefile | |
| parent | Don't try to build the pdf manual (diff) | |
| download | SyncRNG-f0e08c49c962fc29d08354d5693bbb42f94ba148.tar.gz SyncRNG-f0e08c49c962fc29d08354d5693bbb42f94ba148.zip | |
Make python venv dir a local dir
Using /tmp won't work on windows
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index c0094d4..6cf31c7 100644 --- a/python/Makefile +++ b/python/Makefile @@ -10,7 +10,7 @@ SHELL := bash MAKEFLAGS += --no-builtin-rules PACKAGE=SyncRNG -VENV_DIR=/tmp/sync_venv/ +VENV_DIR=./venv/ .PHONY: help |
