1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/test/ref
Oliver Schmidt 50b0536222 Ignore return values only with CMD.EXE MkII.
CMD.EXE considers file deletion commands not able to delete anything as there's nothing to delete as failed. Of course we don't want to bail out of the Makefile because of missing files to delete. Therefore we ignore the return values with '-'. This change limits this workaround to CMD.EXE.
2015-07-11 00:01:39 +02:00
..
8q.c
array.c
cc65070303.c
cc65080227.c
cc65080328.c
cc65090111.c
cc65090124.c
cc65090726.c
cc65090910.c
cc65090913.c
cc65091007.c
cc65091022.c
cc65101102.c
cc65101209.c
cc65101216.c
cc65110210.c
cc65110211.c
cf.c
cf.in added linefeeds 2014-11-24 20:35:35 +01:00
charconst.c
charset.c
common.h
cvt.c
dijkstra.c
divmod.c
hanoi.c
ifexpr.c
incr.c
init.c
macro.c
Makefile Ignore return values only with CMD.EXE MkII. 2015-07-11 00:01:39 +02:00
mandel.c
minimal.c
otccex.c Changed the compiler test-suite to work with the fastcall-default version of cc65. 2015-04-22 10:05:07 -04:00
paranoia.c
pointer2.c
return.c
sort.c
spill.c
stdarg.c
strptr.c
struct.c
switch2.c
switch.c
varargs.c
wf1.c
wf1.in
yacc2.c
yacc.c
yacc.in added linefeeds 2014-11-24 20:35:35 +01:00
yaccdbg.c