]> Lady’s Gitweb - Gitweb/blobdiff - Makefile
gitweb/Makefile: fix typo in gitweb.min.css rule
[Gitweb] / Makefile
index 63fa892ad444109aa4f1d5dc53240a65ae1a319a1e456f0db3a4917882ba956a..605d7578607a5f64513a76eb85b6fa5a78f75b5243a967ca832d349030b6b9fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ GITWEB_FILES += static/gitweb.min.css
 GITWEB_CSS = static/gitweb.min.css
 all:: static/gitweb.min.css
 static/gitweb.min.css: static/gitweb.css GITWEB-BUILD-OPTIONS
-       $(QUIET_GEN)$(CSSMIN) <$ >$@
+       $(QUIET_GEN)$(CSSMIN) <$< >$@
 else
 GITWEB_FILES += static/gitweb.css
 endif
This page took 0.277922 seconds and 4 git commands to generate.