[Wisp-cvs] wisp/users/dig Makefile.am,1.6,1.7
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-10 19:07:24
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv3548 Modified Files: Makefile.am Log Message: made the |clean| make target delete *.exe and hellowosym, too Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 24 Mar 2003 21:18:12 -0000 1.6 +++ Makefile.am 10 Apr 2003 19:07:20 -0000 1.7 @@ -1,6 +1,6 @@ #### users/dig/Makefile.am for the Wisp interpreter # -# Copyleft © 2002 by Andres Soolo (di...@us...) +# Copyleft © 2003 by Andres Soolo (di...@us...) # This file is licensed under the GNU GPL v2. If you # don't know what that means, please do read the GPL. # @@ -12,4 +12,4 @@ all: clean: clean-am - -rm -f *~ *.pyc *.pyo hello + -rm -f *~ *.pyc *.pyo *.exe hello hellowosym |