added README for test/assembler

This commit is contained in:
Sven Oliver Moll
2016-09-06 14:54:21 +02:00
parent 89e2bf89cb
commit f007fc13d5
2 changed files with 30 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ TARGETS += huc6280
all: $(addprefix $(WORKDIR)/, $(addsuffix -opcodes.bin, $(TARGETS)))
@#
.PHONY: $(addprefix $(WORKDIR)/, $(addsuffix -opcodes.bin, $(TARGETS)))
.PHONY: all clean $(addprefix $(WORKDIR)/, $(addsuffix -opcodes.bin, $(TARGETS)))
clean:
rm -f *.o *.bin *.lst