Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>2017-01-11 10:05:40 +0300
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>2017-01-11 10:05:40 +0300
commitd992c877b09e2912efd3d7f8c8ae396f9cb5bb7f (patch)
tree2d94f28c420bb3efd32877696d69b197419b0e82 /README.md
parent7a04cf1be2231059c02b19a88182263b728a2768 (diff)
Add `patch` and `unpatch` to the makefile
This allows us to patch / unpatch the git submodules (sunxi-tools for now).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee7b9f8..4bb931f 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,6 @@ sudo apt-get install libusb-1.0-0-dev libqt4-dev libudev-dev upx-ucl
# Build
```
-patch ./3rdparty/sunxi-tools/fel_lib.c < ./3rdparty/sunxi-tools.diff
+make patch
make
```