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