spiv: Free caches before exit.
[gfxprim.git] / pylib / Makefile
blob980a8df9127703207a11dae81d9d3fd552da93a3
1 TOPDIR=..
2 SUBDIRS=gfxprim
5 # Add .pyc files to CLEAN list
7 PYTHON_FILES=$(shell find "${PYLIBSDIR}" -name '*.py')
8 CLEAN+=$(patsubst %.py, %.pyc, ${PYTHON_FILES})
10 include $(TOPDIR)/post.mk