Fixing MySQL query parsing bug for IoTRelation; adjusting MySQL queries for new inter...
[iot2.git] / benchmarks / Makefile
index dac207c6758073f8e1cd4b17cb9f58c6b383b978..5ed4629ce95a98c029be50ac5b2c66be803e0fbd 100644 (file)
@@ -4,9 +4,7 @@ BOOFJARS := $(BOOFDIR)/BoofCV-feature-0.21.jar:$(BOOFDIR)/BoofCV-io-0.21.jar:$(B
 
 include $(BASE)/common.mk
 
-all: interfaces annotation drivers Lifxtest SmartLights Irrigation Speaker
-
-nocheck: interfaces annotation nocheckdrivers nocheckLifxtest nocheckSmartLights nocheckIrrigation nocheckSpeaker nocheckBrillotest
+all: interfaces annotation drivers Lifxtest SmartLights Irrigation Speaker HomeSecurity
 
 PHONY += interfaces
 interfaces:
@@ -36,4 +34,8 @@ PHONY += Speaker
 Speaker:
        $(MAKE) -C SpeakerController
 
+PHONY += HomeSecurity
+HomeSecurity:
+       $(MAKE) -C HomeSecurityController
+
 .PHONY: $(PHONY)