Browse Source

rpc backend: fix makefile

Pat Hickey 9 years ago
parent
commit
efcc146709
1 changed files with 1 additions and 3 deletions
  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."