swig/Examples/php4/disown/Makefile
2005-09-07 01:56:03 +00:00

12 lines
168 B
Makefile

CRUD=*.so *.o php_example.h *_wrap.c* example.php
all: check
check:
./BUILD.sh
# This one is fun! How do we know what shouldn't be there?
clean:
rm -f $(CRUD)