Added check-recursive target to yasmbuild Makefile.

This commit is contained in:
wbhart 2008-06-25 00:10:24 +00:00
parent c228cdce88
commit bbbec59e9a

View File

@ -3,6 +3,6 @@ default:
all: default
clean:
cd ../yasm; make clean
check-recursive:
check:
install: