File: Makefile

package info (click to toggle)
firmware-free 20241210-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,156 kB
  • sloc: asm: 3,983; python: 3,313; xml: 435; ansic: 230; sh: 151; makefile: 122; perl: 17
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (14)
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