Changed rm -f to $(RM)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2385 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -13,4 +13,4 @@ S_OBJS = processinitrestartenable.o processblock.o processfreeze.o processsleep.
|
||||
all: $(S_OBJS)
|
||||
|
||||
clean:
|
||||
@rm -f *.~ $(S_OBJS) core
|
||||
@$(RM) *.~ $(S_OBJS) core
|
||||
|
||||
Reference in New Issue
Block a user