X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/f3ef75f5885cafc584e6af1c4daf67c046859bd049a0036c6b5e900f1be1ce89..b0ed4835e5b509f56bbc86a3bb4559eb4c765d8b7a3d760cba6cb1fb1eee93c0:/Makefile diff --git a/Makefile b/Makefile index 63fa892..605d757 100644 --- 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