projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3c0b2
)
Add rule for making TAGS file.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 03:54:02 +0000
(
03:54
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 5 Dec 2000 03:54:02 +0000
(
03:54
+0000)
v7/src/pcsample/Makefile
patch
|
blob
|
history
diff --git
a/v7/src/pcsample/Makefile
b/v7/src/pcsample/Makefile
index 5a408e7f3df60459c81af9280caf196450e4fd69..b5d98b0bb08875fb5cc00c6a7a5a4b787ef626ae 100644
(file)
--- a/
v7/src/pcsample/Makefile
+++ b/
v7/src/pcsample/Makefile
@@
-22,3
+22,9
@@
install: pcsdld.sl $(SCHEME_OBJECTS) pcs.bco pcs.bld
-mkdir $(INSTALL_DIRECTORY)
cp -p pcsdld.sl $(INSTALL_DIRECTORY)
cp -p pcs.bco pcs.bld *.com *.bci $(INSTALL_DIRECTORY)
+
+tags: TAGS
+TAGS:
+ etags *.scm *.c
+
+.PHONY: tags TAGS install