Quellcode durchsuchen

rpc backend: fix makefile

Pat Hickey vor 10 Jahren
Ursprung
Commit
efcc146709
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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."