From e803bf494d190707cc16ae1ddf2f2cc26c8d9000 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 29 Mar 2021 13:19:13 +0000 Subject: [PATCH] - added Makefile git-svn-id: http://moon:8086/svn/vhdl/trunk@1571 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/JCpu/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/CPUs/JCpu/Makefile diff --git a/lib/CPUs/JCpu/Makefile b/lib/CPUs/JCpu/Makefile new file mode 100644 index 0000000..2e8a59c --- /dev/null +++ b/lib/CPUs/JCpu/Makefile @@ -0,0 +1,8 @@ +include $(VHDL_HOME)/make/defs.mk + +all: install + +install: + mkdir -p $(VHDL_HOME)/tools/jasm + cp -r tools/* $(VHDL_HOME)/tools/jasm +