mirror of
https://github.com/marketideas/Teensy816.git
synced 2025-02-13 16:30:28 +00:00
12 lines
91 B
Makefile
12 lines
91 B
Makefile
|
|
||
|
|
||
|
all: 816.o
|
||
|
|
||
|
816.o: 816.vhdl
|
||
|
ghdl -i 816.vhdl
|
||
|
ghdl -m teensy816
|
||
|
|
||
|
clean:
|
||
|
ghdl --clean
|
||
|
|