clean target
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 13 Oct 2008 07:36:55 +0000 (07:36 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 13 Oct 2008 07:36:55 +0000 (07:36 +0000)
org.glite.security.gss/Makefile

index 4eccb8d..8429d0f 100644 (file)
@@ -128,6 +128,7 @@ install:
        fi
 
 clean:
+       rm -rf *.o *.lo *.a *.la .libs test_gss
 
 %.o: %.c
        ${COMPILE} ${GLOBUS_INC} -o $@ -c $<