1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-06 20:37:16 +00:00

Merge pull request from mrdudz/testsuite

use rm -r instead of rmdir, and use -f for rm
This commit is contained in:
Oliver Schmidt 2015-07-11 15:37:56 +02:00
commit b7b77a75f8

@ -18,7 +18,7 @@ else
EXE :=
DEL = $(RM) $1
MKDIR = mkdir $1
RMDIR = rmdir $1
RMDIR = $(RM) -r $1
endif
WORKDIR := ../testwrk