Added check-recursive target to yasmbuild Makefile.
This commit is contained in:
parent
c228cdce88
commit
bbbec59e9a
@ -3,6 +3,6 @@ default:
|
|||||||
all: default
|
all: default
|
||||||
clean:
|
clean:
|
||||||
cd ../yasm; make clean
|
cd ../yasm; make clean
|
||||||
|
check-recursive:
|
||||||
check:
|
check:
|
||||||
install:
|
install:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user