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