diff options
Diffstat (limited to 'plugins/perl/makefile-512.mak')
-rw-r--r-- | plugins/perl/makefile-512.mak | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 10ee054d..4ba6a7f7 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp |