1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

make test work again also on linux. why did this not break the github actions?

This commit is contained in:
mrdudz 2022-11-09 01:07:36 +01:00
parent 800c30604f
commit a09053ce0b

View File

@ -19,7 +19,7 @@ else
RMDIR = $(RM) -r $1
ERRDIR = 2>&1
TRUE = true
CAT = cat
CAT = cat $1
endif
ifdef QUIET