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 (10 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
default: test1 

test1:
	# this should fail in non-relocating mode
	../../xa  test1.s -o test1.o || exit 0 && exit 1
	../../xa  -R test1.s -o test1.o 
	../hextool -cmp=ok < test1.o

clean:
	rm -f *.o