PHP Classes

File: ext/clean

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   ext/clean   Download  
File: ext/clean
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phady Framework
Web application MVC framework based on Phalcon
Author: By
Last change:
Date: 7 years ago
Size: 176 bytes
 

Contents

Class file image 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