From: Jan Pospíšil Date: Tue, 2 Sep 2008 14:59:15 +0000 (+0000) Subject: clean temporary and error files as well X-Git-Tag: myproxy-config-R_2_0_2_1~50 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d4f3b3afbb2e2eefc0472b715db891c73967da92;p=jra1mw.git clean temporary and error files as well --- diff --git a/org.glite.testsuites.ctb/LB/Makefile b/org.glite.testsuites.ctb/LB/Makefile index 90ae756..b50f0ca 100644 --- a/org.glite.testsuites.ctb/LB/Makefile +++ b/org.glite.testsuites.ctb/LB/Makefile @@ -10,5 +10,5 @@ testSocket: testSocket.c ln -fs . tests clean: - rm -rf *.o tests $(EXEC) + rm -rf *.o tests $(EXEC) *.tmp *.err