From: Kovarththanan Rajaratnam Date: Tue, 2 Mar 2010 06:04:36 +0000 (+0100) Subject: Add perf target X-Git-Tag: v3.0pre1~94^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3546fb39c2d0c033c8261e0ce5dc861f9f74565b;p=thirdparty%2Fccache.git Add perf target --- diff --git a/Makefile.in b/Makefile.in index 797ee6175..76c3b7b2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,10 @@ install: all clean: rm -f $(files_to_clean) +.PHONY: perf +perf: perf.sh + CC='$(CC)' $(srcdir)/perf.sh + .PHONY: test test: test.sh CC='$(CC)' $(srcdir)/test.sh