Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ vc:

clean:
$(RM) -r build CMakeFiles CMakeCache.txt CMakeOutput.log

install:
cp build/ext2rd /bin/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Build instructions

There are two ways of building `extfstools`:
* using cmake, actually, invoked using the default Makefile.
* type: `make` or `make vc` for a windows build.
* type: `make` or `make vc` for a windows build. Then run `make install`
if you want to install it.
* using make with Makefile.unix
* type: `make -f Makefile.unix`, this should also work in windows.

Expand Down