php__phplib/Makefile
Frederic G. MARAND 6a058cd843 Converted the OSInet ODF Calc reader classes to PSR0
- classes are now namespace.
- added a demo in apps/odf_calc_reader.
- added associated cleanup in Makefile.
2012-05-05 22:58:31 +02:00

3 lines
147 B
Makefile

clean:
find . \( -name "*.gv" -o -name "*.svg" -o -name "*.png" -o -name php_errors.log \) -exec rm {} \;
rm -fr apps/odf_calc_reader/odf_sample