mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Makefile: minor consistency tweak
This commit is contained in:
parent
34c8b53622
commit
eba2a90912
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue