mirror of
https://github.com/marketideas/Teensy816.git
synced 2025-02-09 21:30:36 +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
|
|
|