diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-01 12:43:45 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:03 +0200 |
commit | 9035450fe92346b086b158c0af37ee166380bfb5 (patch) | |
tree | f7e93b545991dbcb7cc517292dac84dee7681713 | |
parent | 3057285ffd5cffedccbb1dbd1361c857137d6bca (diff) | |
download | Ishtar-9035450fe92346b086b158c0af37ee166380bfb5.tar.bz2 Ishtar-9035450fe92346b086b158c0af37ee166380bfb5.zip |
Fix Makefile
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 8bbc4a6af..6c85676aa 100644 --- a/Makefile.example +++ b/Makefile.example @@ -4,7 +4,7 @@ NB_PROCESS=8 # if a virtualenv is used put the full python path # e.g.: PYTHON=$$HOME/.virtualenvs/ishtar/bin/python PYTHON=python3 -PATH=$$PATH:$$HOME/bin/geckodriver +export PATH := $(HOME)/bin/geckodriver:$(PATH) # put name of your current project project=example_project # list used apps |