[Wisp-cvs] wisp/users/dig Makefile.am,1.2,1.3
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-06 21:16:06
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv30039a Modified Files: Makefile.am Log Message: let 'make clean' remove compiled Python modules Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 6 Feb 2003 21:05:38 -0000 1.2 +++ Makefile.am 6 Feb 2003 21:16:01 -0000 1.3 @@ -9,3 +9,6 @@ EXTRA_DIST = .cvsignore struburn.wisp elf.py linkie.py makehello.py all: + +clean: clean-am + -rm -f *.pyc *.pyo |