Added comments that explain the unstable behavior of a test program.

This commit is contained in:
Greg King
2015-06-30 09:00:28 -04:00
parent cd5935deb7
commit 5d4900e179
2 changed files with 17 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ $(WORKDIR)/sitest%prg: sitest.c
-$(CL65) $(subst .,,$(*:.o%=-O%)) $(CC65FLAGS) $< -o $@
# -$(SIM65) $(SIM65FLAGS) $@
$(WORKDIR)/cc65141011%prg: cc65141011.c
@echo "FIXME: " $@ "currently will fail."
@echo "FIXME: " $@ "currently can fail."
$(CL65) $(subst .,,$(*:.o%=-O%)) $(CC65FLAGS) $< -o $@
-$(SIM65) $(SIM65FLAGS) $@