9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
|
||
|
clean:
|
||
|
rm -f *.log *.php *.diff *.exp *.out
|
||
|
|
||
|
|
||
|
|
||
|
test:
|
||
|
cd .. && pear run-tests tests/*.phpt && cd tests;
|