Explorar el Código

Merge branch 'maint'

* maint:
  Add 'make check' for BSD Makefile
Bryan Drewery hace 14 años
padre
commit
3b14858254
Se han modificado 1 ficheros con 3 adiciones y 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