diff --git a/Makefile b/Makefile index f5ef15dd..dd25a63c 100644 --- a/Makefile +++ b/Makefile @@ -81,8 +81,7 @@ endif clean: - rm -fv libRack.a - rm -rfv $(TARGET) build dist + rm -rfv $(TARGET) libRack.a Rack.res build dist # For Windows resources %.res: %.rc diff --git a/Rack.res b/Rack.res deleted file mode 100644 index f5ee5d56..00000000 Binary files a/Rack.res and /dev/null differ