make clean also ETICS files
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 10:55:06 +0000 (10:55 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 10:55:06 +0000 (10:55 +0000)
org.glite.lb.server-bones/Makefile

index 100ef16..223dea8 100644 (file)
@@ -90,6 +90,8 @@ install:
        fi
 
 clean:
+       rm -rvf *.o *.lo .libs lib* srv_example cnt_example
+       rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/
 
 %.o: %.c
        ${COMPILE} -c $<