Explorar o código

Build SocketRocket by default in main Makefile.

This is closer to the expected behavior of a Makefile.
Josh Allmann %!s(int64=10) %!d(string=hai) anos
pai
achega
a9574d3cbd
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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