diff options
Diffstat (limited to 'testprogs/win32')
-rwxr-xr-x | testprogs/win32/npecho/GNUmakefile | 2 |
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 |