wdc-utils/samples/Makefile
Kelvin Sherlock 14eb08e05e more samples.
2017-01-04 13:37:09 -05:00

8 lines
114 B
Makefile

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