summary refs log tree commit diff stats
path: root/plugins/perl/makefile-510.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/perl/makefile-510.mak')
-rw-r--r--plugins/perl/makefile-510.mak10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/perl/makefile-510.mak b/plugins/perl/makefile-510.mak
index 4cb8b550..619566b5 100644
--- a/plugins/perl/makefile-510.mak
+++ b/plugins/perl/makefile-510.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