1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

testprogs/win32/npecho: use 'rm -f' instead of 'del' on unix

metze
This commit is contained in:
Stefan Metzmacher 2010-05-19 11:51:56 +02:00
parent d133ef997d
commit 38d1776c79

View File

@ -19,5 +19,5 @@ CC = i586-mingw32msvc-gcc
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
clean:
del *~ *.obj *.exe
rm -f *~ *.obj *.exe