summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-09-01 12:43:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:48 +0200
commit63758396233b29e6ca674ab4477eaf6f4ab55cd6 (patch)
tree132b0d2572aa2383067c8a15b60c1e54bc9ce73d /Makefile.example
parent51a961ed547abbf5ff1e71c15e0e5b3f8b57bc91 (diff)
downloadIshtar-63758396233b29e6ca674ab4477eaf6f4ab55cd6.tar.bz2
Ishtar-63758396233b29e6ca674ab4477eaf6f4ab55cd6.zip
Fix Makefile
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
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