Makefile: minor consistency tweak

This commit is contained in:
Oliver Smith 2020-08-06 16:44:42 +02:00
parent 34c8b53622
commit eba2a90912
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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