- added Makefile

git-svn-id: http://moon:8086/svn/vhdl/trunk@1571 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-29 13:19:13 +00:00
parent cfe212249a
commit e803bf494d
+8
View File
@@ -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