- added Makefile
git-svn-id: http://moon:8086/svn/vhdl/trunk@1571 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user