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:
parent
d133ef997d
commit
38d1776c79
@ -19,5 +19,5 @@ CC = i586-mingw32msvc-gcc
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
|
||||
|
||||
clean:
|
||||
del *~ *.obj *.exe
|
||||
rm -f *~ *.obj *.exe
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user