Explorar el Código

rpc backend: fix makefile

Pat Hickey hace 9 años
padre
commit
efcc146709
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      support/rpc/Makefile

+ 1 - 3
support/rpc/Makefile

@@ -1,5 +1,3 @@
-IVORY_REPO ?= ../../../ivory
-
 default:
 	cabal build
 
@@ -8,4 +6,4 @@ create-sandbox:
 	cabal install --enable-tests --dependencies-only
 
 test:
-	cabal run -- --src-dir=codegen-out
+	@echo "RPC backend has no test suite."