X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/4ef02d65a1170b538a0f9ca3303adc996d1a2b346224349fbc105bac52b2caeb..b1c733287a5587c5403f2a646bc834133d9025f918374e08b6c337775de0b6c1:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 4ba576e..075cc02 100644 --- a/Makefile +++ b/Makefile @@ -183,17 +183,6 @@ $(MAK_DIR_GITWEB)static/gitweb.js: $(addprefix $(MAK_DIR_GITWEB),$(GITWEB_JSLIB_ cat $^ >$@+ && \ mv $@+ $@ -### Testing rules - -.PHONY: test -test: - $(MAKE) -C ../t gitweb-test - -.PHONY: test-installed -test-installed: - GITWEB_TEST_INSTALLED='$(DESTDIR_SQ)$(gitwebdir_SQ)' \ - $(MAKE) -C ../t gitweb-test - ### Installation rules .PHONY: install