From 0ebe43fb789682f80aa20a1ce2588acdd44306d6 Mon Sep 17 00:00:00 2001 From: LasagneArrosto <39263051+Dequino@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:12:01 +0200 Subject: [PATCH] Update Makefile Signed-off-by: LasagneArrosto <39263051+Dequino@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 544a5c1..827fc44 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ echo-bash: @echo "export MEMPOOL_HOME=${MEMPOOL_INSTALL_DIR}" @echo "export CMAKE=$$(which cmake)" @echo "export PATH=${QEMU_INSTALL_DIR}/bin:${BANSHEE_INSTALL_DIR}:\$$PATH" - @echo "export PATH=~/.cargo/bin:$PATH" + @echo "export PATH=~/.cargo/bin:\$$PATH" @echo "source ${PULP_SDK_INSTALL_DIR}/configs/siracusa.sh"