aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug22868/Makefile
blob: 328c08c6b18a36b91a777ae9586ba9f6b6899c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: default
default:
	-make works.o
	-make fails1.o
	-make fails2.o


%.o: %.vhdl
	ghdl -a $<

.PHONY: clean
clean:
	ghdl --clean
	rm *.cf