tagged release 0.7.1
[parrot.git] / languages / tcl / config / makefiles / examples.in
blob0764d896ae66321672f6f689d2e0b439dcbfdbbf
1 PARROT = ../../../parrot@exe@
2 PARROT_ARRGS = --gc-debug
4 default:
5         @echo "to run <foo>.tcl, type 'make <foo>'"
6         @echo "to run an interactive tclsh, type 'make tclsh'"
8 %:%.tcl
9         $(PARROT) $(PARROT_ARRGS)  ../tcl.pbc $@.tcl
11 tclsh:
12         $(PARROT) $(PARROT_ARRGS) ../tcl.pbc
14 # (for development testing)
15 test:
16         $(PARROT) -tf $(PARROT_ARRGS) ../tcl.pbc foo.tcl