Browse Source

Add 'make check' for BSD Makefile

Bryan Drewery 14 years ago
parent
commit
09a391bc88
1 changed files with 3 additions and 1 deletions
  1. 3 1
      BSDmakefile

+ 3 - 1
BSDmakefile

@@ -1,4 +1,4 @@
-.PHONY: default check_gmake debug static dynamic clean distclean
+.PHONY: default check_gmake debug static dynamic clean distclean check
 
 default: check_gmake
 	@gmake
@@ -14,3 +14,5 @@ clean: check_gmake
 	@gmake clean
 distclean: check_gmake
 	@gmake distclean
+check:
+	@gmake check