X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/36aba00273e7af1b94bf8c5dd5068709d983d01e..2c2047ff67a1e0053f95776e5079e432f69cea54:/Makefile diff --git a/Makefile b/Makefile index 4aa7afe..c290c6f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CGIT_VERSION = 0.1-pre +CGIT_VERSION = 0.1 INSTALL_BIN = /var/www/htdocs/cgit.cgi INSTALL_CSS = /var/www/htdocs/cgit.css @@ -22,6 +22,8 @@ cgit: cgit.c cgit.h git.h $(OBJECTS) $(OBJECTS): cgit.h git.h +ui-diff.o: xdiff.h + .PHONY: clean clean: rm -f cgit *.o