Przeglądaj źródła

Merge branch 'maint'

* maint:
  Add 'make check' for BSD Makefile
Bryan Drewery 14 lat temu
rodzic
commit
3b14858254
1 zmienionych plików z 3 dodań i 1 usunięć
  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