From bd5ea68dda07a416fcaaed3f759113fcecb88f6c Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 29 Mar 2021 14:17:51 +0000 Subject: [PATCH] - improved tools install git-svn-id: http://moon:8086/svn/vhdl/trunk@1577 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/JCpu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CPUs/JCpu/Makefile b/lib/CPUs/JCpu/Makefile index 921d03f..7cae93b 100644 --- a/lib/CPUs/JCpu/Makefile +++ b/lib/CPUs/JCpu/Makefile @@ -1,5 +1,5 @@ include $(VHDL_HOME)/make/defs.mk -TOOL_PATH := $(VHDL_HOME)/tools/jcpu/jasm +TOOL_PATH := $(VHDL_HOME)/tools/jcpu .PHONY: install uninstall all: install @@ -9,6 +9,7 @@ $(TOOL_PATH): install: $(TOOL_PATH) cp -r tools/* $(TOOL_PATH) + chmod +x $(TOOL_PATH)/*.rb uninstall: rm -rf $(TOOL_PATH)