Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv25647/users/dig
Modified Files:
.cvsignore
Added Files:
Makefile.am
Log Message:
grew Makefile.am:s to the users directory
--- NEW FILE: Makefile.am ---
#### users/dig/Makefile.am for the Wisp interpreter
#
# Copyleft © 2002 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.
#
#### @(#) $Id: Makefile.am,v 1.1 2003/02/06 20:11:39 digg Exp $
EXTRA_DIST = .cvsignore struburn.wisp linkie.py makehello.py
all:
Index: .cvsignore
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore 5 Feb 2003 22:43:57 -0000 1.1
+++ .cvsignore 6 Feb 2003 20:11:39 -0000 1.2
@@ -1,2 +1,4 @@
*.pyc
*.pyo
+Makefile
+Makefile.in
|