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>2021-11-16 17:04:41 +0100
commitc61cf326c3f45ead3a9b22eb4abf3cad493a9240 (patch)
tree1aee852e184a0f55b4ca2a9eaee0b03d0fb37708 /Makefile.example
parent799a1f7ca0dea13bb53794c297ed768f51864f9e (diff)
downloadIshtar-c61cf326c3f45ead3a9b22eb4abf3cad493a9240.tar.bz2
Ishtar-c61cf326c3f45ead3a9b22eb4abf3cad493a9240.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