summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 4a1bf45a537d35e9d382c83005cf3bf88ed335e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Makefile b/Makefile
index e1e9fb6..caee205 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ $(BIN):$(PATCHED)
 	$(MAKE) remove_patched
 	$(MAKE) reset_submodule
 
+.PHONY: patch
+patch:$(PATCHED)
+
 # disable parallel build for patching files
 # for preventing from producing out of order chunks
 .NOTPARALLEL: %.patched