From 6f724f15bfaf098aec5d6c4e1d333fcc51c78800 Mon Sep 17 00:00:00 2001 From: Caio Hamamura Date: Wed, 19 Jun 2019 19:24:32 -0300 Subject: [PATCH] Fixed mistype in cleanup.win --- cleanup.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup.win b/cleanup.win index b0b0414..8794c3d 100644 --- a/cleanup.win +++ b/cleanup.win @@ -3,4 +3,4 @@ rm -f src/*.dll rm -f inst/include/loader/i386/*.o rm -f inst/include/loader/x64/*.o rm -f inst/include/loader/i386/*.a -rm -f inst/include/loader/x64/*.o +rm -f inst/include/loader/x64/*.a