Recommend this page to a friend! |
Classes of Alien Fernandez | > | Phady Framework | > | ext/clean | > | Download |
|
|
![]() |
for i in `find . -name "*.o"`; do rm -f $i done for i in `find . -name "*.lo"`; do rm -f $i done for i in `find . -name "*.gch"`; do rm -f $i done make clean phpize --clean |