Kludge to ensure that the BPY_*.[od] files are deleted during

"make clean".
This commit is contained in:
Chris Want 2006-12-12 01:30:24 +00:00
parent 5841ba740a
commit 95c3e8041c

@ -58,3 +58,9 @@ CPPFLAGS += -I../../radiosity/extern/include
CPPFLAGS += -I$(NAN_BMFONT)/include
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
# We'll just add a little duct tape to fix things here ...
.PHONY: clean
clean::
@rm -f $(OCGDIR)/blender/BPY_*.o
@rm -f $(OCGDIR)/blender/BPY_*.d