summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
blob: 529668b50f42c96ccc5619cbb78449985402343a (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make
# by RAM 2017

all:
	ghdl -a *.vhd

clean:
	rm -fr *.o *.cf
OpenPOWER on IntegriCloud