9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
all:
|
||
|
for f in ../generic/*.o; do ln -sf $$f; done
|
||
|
make -f Makefile itkwish
|
||
|
test:
|
||
|
make -f Makefile test
|
||
|
install:
|
||
|
make -f Makefile install
|
||
|
|