Dummy target 'check'
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 24 Aug 2011 09:25:21 +0000 (09:25 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 24 Aug 2011 09:25:21 +0000 (09:25 +0000)
org.glite.lb.nagios/Makefile

index ac373ac..efddae5 100644 (file)
@@ -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