瀏覽代碼

rpc backend: fix makefile

Pat Hickey 9 年之前
父節點
當前提交
efcc146709
共有 1 個文件被更改,包括 1 次插入3 次删除
  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."