mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 20:30:49 +00:00
Missed the comment.
This commit is contained in:
parent
403783b649
commit
7a5acaf39a
@ -72,6 +72,7 @@ $(WORKDIR)/limits.$1.$2.prg: limits.c $(DIFF)
|
|||||||
$(SIM65) $(SIM65FLAGS) $$@ > $(WORKDIR)/limits.$1.out
|
$(SIM65) $(SIM65FLAGS) $$@ > $(WORKDIR)/limits.$1.out
|
||||||
$(DIFF) $(WORKDIR)/limits.$1.out limits.ref
|
$(DIFF) $(WORKDIR)/limits.$1.out limits.ref
|
||||||
|
|
||||||
|
# here we check if the right warnings are produced
|
||||||
$(WORKDIR)/goto.$1.$2.prg: goto.c $(DIFF)
|
$(WORKDIR)/goto.$1.$2.prg: goto.c $(DIFF)
|
||||||
$(if $(QUIET),echo misc/goto.$1.$2.prg)
|
$(if $(QUIET),echo misc/goto.$1.$2.prg)
|
||||||
$(CL65) -t sim$2 -$1 -o $$@ $$< 2>$(WORKDIR)/goto.$1.out
|
$(CL65) -t sim$2 -$1 -o $$@ $$< 2>$(WORKDIR)/goto.$1.out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user