projects
/
chise
/
ruby.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04915a4
)
delete Makefile
author
eto
<eto>
Mon, 10 Nov 2003 08:59:58 +0000
(08:59 +0000)
committer
eto
<eto>
Mon, 10 Nov 2003 08:59:58 +0000
(08:59 +0000)
Makefile
[deleted file]
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
deleted file mode 100755
(executable)
index
c3ecfd8
..0000000
--- a/
Makefile
+++ /dev/null
@@
-1,17
+0,0 @@
-# by eto 2003-0116
-
-all:
- @echo "make test or install"
-
-test:
- cd t; make test
-
-clean:
- rm */*~
- rm *~
-
-install:
- ruby install.rb src/chise.rb
-# cp lib/chise.rb c:/ruby/lib/ruby/site_ruby/1.6/
-
-#----------------------------------------------------------------------end.