1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-14 16:33:00 +00:00

Merge pull request #174 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

View File

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