Explorar o código

Merge branch 'maint'

* maint:
  Add 'make check' for BSD Makefile
Bryan Drewery %!s(int64=14) %!d(string=hai) anos
pai
achega
3b14858254
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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