Ver código fonte

Build SocketRocket by default in main Makefile.

This is closer to the expected behavior of a Makefile.
Josh Allmann 10 anos atrás
pai
commit
a9574d3cbd
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      Makefile

+ 6 - 0
Makefile

@@ -1,6 +1,12 @@
 TEST_SCENARIOS="[1-8]*"
 TEST_URL='ws://localhost:9001/'
 
+all:
+	$(MAKE) -C SocketRocket
+
+clean:
+	$(MAKE) -C SocketRocket clean
+
 test:
 
 	mkdir -p pages/results