default:
cd ../yasm; ./configure; make
all: default
clean:
cd ../yasm; make clean
check-recursive:
check:
install: