summaryrefslogtreecommitdiff
path: root/rbutil/chinachippatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/chinachippatcher/Makefile')
-rw-r--r--rbutil/chinachippatcher/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile
new file mode 100644
index 0000000000..e19052a006
--- /dev/null
+++ b/rbutil/chinachippatcher/Makefile
@@ -0,0 +1,10 @@
1CFLAGS=-g -Wall -DSTANDALONE
2CC=gcc
3
4all: chinachip
5
6chinachip: chinachip.c
7 $(CC) $(CFLAGS) -o $@ $^
8
9clean:
10 rm -f chinachip