~ salmonella-environment-setup (master) e48cb3a4d753f8238e335fb2fa2ed0cbeba761db


commit e48cb3a4d753f8238e335fb2fa2ed0cbeba761db
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Wed Dec 4 19:11:17 2024 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Wed Dec 4 19:11:17 2024 +0100

    Makefile: Allow variables to be set from the environment

diff --git a/Makefile b/Makefile
index cf51df2..700f8bc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-REPORTDIR=/var/www/spiffy/tests
-WIKI2HTML=/usr/local/chickens/chicken-qwiki/bin/svnwiki2html
+REPORTDIR ?= /var/www/spiffy/tests
+WIKI2HTML ?= /usr/local/chickens/chicken-qwiki/bin/svnwiki2html
 
 all: index.wiki
 	$(WIKI2HTML) --title "CHICKEN automated tests" \
Trap