Make top level demos not silent in order to know which demo emitted an error or warning during build.

This commit is contained in:
skarg
2014-08-15 15:09:00 +00:00
parent a32b053706
commit ae3a9a53d0
+1 -1
View File
@@ -65,7 +65,7 @@ library:
$(MAKE) -s -C lib all
demos:
$(MAKE) -s -C demo all
$(MAKE) -C demo all
gateway:
$(MAKE) -B -s -C demo gateway