remove unneeded rule
This commit is contained in:
parent
e6b8f4d715
commit
794adcc512
1 changed files with 0 additions and 6 deletions
|
@ -81,12 +81,6 @@ $(WORKDIR)/pptest2.$1.$2.prg: pptest2.c | $(WORKDIR)
|
||||||
$(if $(QUIET),echo misc/pptest2.$1.$2.prg)
|
$(if $(QUIET),echo misc/pptest2.$1.$2.prg)
|
||||||
$(NOT) $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
|
$(NOT) $(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
|
||||||
|
|
||||||
# this should fail to compile, because cc65 does not support returning structs
|
|
||||||
$(WORKDIR)/bug264.$1.$2.prg: bug264.c | $(WORKDIR)
|
|
||||||
@echo "FIXME: " $$@ "compiles but should give an error."
|
|
||||||
$(if $(QUIET),echo misc/bug264.$1.$2.prg)
|
|
||||||
$(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
|
|
||||||
|
|
||||||
# this should fail to compile, because there are errors in the code
|
# this should fail to compile, because there are errors in the code
|
||||||
# instead, the compiler crashes
|
# instead, the compiler crashes
|
||||||
$(WORKDIR)/bug1113.$1.$2.prg: bug1113.c | $(WORKDIR)
|
$(WORKDIR)/bug1113.$1.$2.prg: bug1113.c | $(WORKDIR)
|
||||||
|
|
Loading…
Add table
Reference in a new issue