Teensy816/Makefile
2021-10-19 13:55:19 -07:00

12 lines
91 B
Makefile

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