File: Makefile

package info (click to toggle)
xa 2.4.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,356 kB
  • sloc: ansic: 8,585; asm: 845; makefile: 755; perl: 116; sh: 53
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
default:
	../../xa test.asm -o test.o
	../hextool -cmp=test.ok < test.o
	../../xa -w test.asm -o test816.o
	../hextool -cmp=test.ok < test816.o
	../../xa test2.asm -o test2.o
	../hextool -cmp=test2.ok < test2.o
	../../xa test3.asm -o test3.o
	../hextool -cmp=test.ok < test3.o

clean:
	rm -f *.o