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