include $(VHDL_HOME)/make/defs.mk

all: install

install:
	mkdir -p $(VHDL_HOME)/tools/jasm
	cp -r tools/* $(VHDL_HOME)/tools/jasm
	
