clean all generated files
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 14 Mar 2006 15:31:42 +0000 (15:31 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 14 Mar 2006 15:31:42 +0000 (15:31 +0000)
org.glite.security.proxyrenewal/Makefile

index 6c731c8..9a6e088 100644 (file)
@@ -164,6 +164,6 @@ install:
 
 
 clean:
-       $(RM) $(LIB) ${THRLIB} ${LIB_CORE_NOTHR} ${LIB_CORE_THR} $(DAEMON) $(CLIENT) *.o core 
+       $(RM) $(LIB) ${THRLIB} ${LIB_CORE_NOTHR} ${LIB_CORE_THR} $(DAEMON) $(CLIENT) $(EXAMPLES) *.o *.lo core 
 
 .PHONY: default all compile examples check stage dist distsrc distbin install clean