From eba2a9091237cade79bb1e277ad6e00150e1729b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Aug 2020 16:44:42 +0200 Subject: [PATCH] Makefile: minor consistency tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cf9cb6..fd5f71d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ out/home.html: src/homepage/*.html out sed "s/@DISTRO@/$(DISTRO)/g" "$@.temp" > "$@" rm "$@.temp" -out/userChrome.css: out src/userChrome/*.css +out/userChrome.css: src/userChrome/*.css out ( cd src/userChrome; cat $(USERCHROME_FILES) ) > $@ install: all