wdc-utils/samples/Makefile
Kelvin Sherlock 84119603be updates.
2017-01-05 15:41:07 -05:00

8 lines
125 B
Makefile

AS = wdc816as
ASFLAGS = -L
all: instructions.obj hello1.obj hello2.obj labels.obj
%.obj : %.asm
$(AS) $(ASFLAGS) $< -o $@