summaryrefslogtreecommitdiff
path: root/testprogs/win32/npecho/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/npecho/GNUmakefile')
-rwxr-xr-xtestprogs/win32/npecho/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/npecho/GNUmakefile b/testprogs/win32/npecho/GNUmakefile
index 64fb79f5cc..cc08ba74a1 100755
--- a/testprogs/win32/npecho/GNUmakefile
+++ b/testprogs/win32/npecho/GNUmakefile
@@ -19,5 +19,5 @@ CC = i586-mingw32msvc-gcc
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
clean:
- del *~ *.obj *.exe
+ rm -f *~ *.obj *.exe