9 lines
175 B
Makefile
9 lines
175 B
Makefile
|
|
AS = 64tass
|
|
|
|
ASFLAGS = --nostart --flat --s-record
|
|
|
|
# Build the object files from assembly
|
|
optical.s37: optical.s
|
|
$(AS) $(ASFLAGS) --list=hello.lst -o optical.s37 optical.s
|