1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00
cc65/test/err
Oliver Schmidt 992f0f03c5 Ignore return values only with CMD.EXE.
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-10 22:39:53 +02:00
..
cc65091001.c Avoid wrong error. 2015-06-26 23:36:14 +02:00
front.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
Makefile Ignore return values only with CMD.EXE. 2015-07-10 22:39:53 +02:00