Code cleanup

This commit is contained in:
2015-12-09 15:23:58 +01:00
parent 4f4aae95c9
commit 3857ae0e48
11 changed files with 21 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ Simple local filesystem file synchronization. For use with external devices (usb
## Installation
Copy the resulting executable to the desired location.
The executable is completelly portable, there are no dependencies.
The executable is completelly portable, there are no dependencies.
## Usage
Basic usage to syncronize two directories, dirA and dirB:
@@ -39,7 +39,7 @@ The rest of options are listed with no parameters:
## Building
There is a GNU Make compatible Makefile usable on Linux and MingGW.
make
make
A Visual Studio 2015 solution is also provided under `VisualStudio` subdirectory.