summaryrefslogtreecommitdiff
path: root/rbutil/chinachippatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/chinachippatcher/Makefile')
-rw-r--r--rbutil/chinachippatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/chinachippatcher/Makefile b/rbutil/chinachippatcher/Makefile
index e19052a006..fbdb30f4b8 100644
--- a/rbutil/chinachippatcher/Makefile
+++ b/rbutil/chinachippatcher/Makefile
@@ -3,7 +3,7 @@ CC=gcc
3 3
4all: chinachip 4all: chinachip
5 5
6chinachip: chinachip.c 6chinachip: chinachip.c main.c
7 $(CC) $(CFLAGS) -o $@ $^ 7 $(CC) $(CFLAGS) -o $@ $^
8 8
9clean: 9clean: