From: Zdeněk Šustr Date: Wed, 24 Aug 2011 09:25:21 +0000 (+0000) Subject: Dummy target 'check' X-Git-Tag: glite-lb-nagios_R_1_0_0_0~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5faefa66a401e4888e182e657c63b89cde55f12c;p=jra1mw.git Dummy target 'check' --- diff --git a/org.glite.lb.nagios/Makefile b/org.glite.lb.nagios/Makefile index ac373ac..efddae5 100644 --- a/org.glite.lb.nagios/Makefile +++ b/org.glite.lb.nagios/Makefile @@ -16,6 +16,9 @@ install: stage: $(MAKE) install PREFIX=${stagedir} +check: + @echo "No test" + clean: -.PHONY: all install stage clean +.PHONY: all install stage clean check