From bbbec59e9a72720d1dccc654d94945e2fc5f7584 Mon Sep 17 00:00:00 2001 From: wbhart Date: Wed, 25 Jun 2008 00:10:24 +0000 Subject: [PATCH] Added check-recursive target to yasmbuild Makefile. --- yasmbuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasmbuild/Makefile b/yasmbuild/Makefile index 399e563d..80421a89 100644 --- a/yasmbuild/Makefile +++ b/yasmbuild/Makefile @@ -3,6 +3,6 @@ default: all: default clean: cd ../yasm; make clean +check-recursive: check: install: -