repo.or.cz
/
gfxprim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loaders: Add TmpFile interface.
[gfxprim.git]
/
pylib
/
Makefile
blob
980a8df9127703207a11dae81d9d3fd552da93a3
1
TOPDIR
=
..
2
SUBDIRS
=
gfxprim
3
4
#
5
# Add .pyc files to CLEAN list
6
#
7
PYTHON_FILES
=$(
shell
find
"${PYLIBSDIR}"
-
name
'*.py'
)
8
CLEAN
+=$(
patsubst
%
.py
, %
.pyc
, ${
PYTHON_FILES
})
9
10
include
$(
TOPDIR
)/
post.mk