summaryrefslogtreecommitdiffstats
path: root/dsp56k/Makefile
blob: c758a28b683feb1e25002492061a01ee9881957c (plain)
1
2
3
4
5
6
bootstrap.bin: bootstrap.asm concat-bootstrap.pl
	a56 bootstrap.asm >/dev/null
	perl concat-bootstrap.pl <a56.out >bootstrap.bin

clean:
	rm -f a56.out bootstrap.bin