Teensy816/Makefile

12 lines
91 B
Makefile

all: 816.o
816.o: 816.vhdl
ghdl -i 816.vhdl
ghdl -m teensy816
clean:
ghdl --clean