Explorar el Código

* When building debug also build libs in debug

Bryan Drewery hace 16 años
padre
commit
8b174ef235
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      lib/Makefile.in

+ 4 - 1
lib/Makefile.in

@@ -27,13 +27,16 @@ notice_debug:
 
 normal: general notice build
 
-debug: general notice_debug build
+debug: general notice_debug build.debug
 
 general:
 
 build:
 	+@cd bdlib && $(MAKE) bdlib
 
+build.debug:
+	+@cd bdlib && $(MAKE) debug
+
 buildcheck: build
 
 units: