summaryrefslogtreecommitdiffstats
path: root/lang/tcl80/files/makefile
blob: 4f51bb5255f192a11b09c5edf68603cd1bb413e3 (plain)
1
2
3
4
5
6
7
8
all:
	for f in ../generic/*.o; do ln -sf $$f; done
	make -f Makefile tclsh
test:
	make -f Makefile test
install:
	make -f Makefile install

OpenPOWER on IntegriCloud