FoenixToolbox/tests/kbd_opt/Makefile
2024-09-19 20:54:59 -04:00

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