FoenixToolbox/client-64tass/Makefile

9 lines
167 B
Makefile
Raw Normal View History

AS = 64tass
ASFLAGS = --nostart --flat --s-record
# Build the object files from assembly
hello.s37: hello.s
$(AS) $(ASFLAGS) --list=hello.lst -o hello.s37 hello.s