summaryrefslogtreecommitdiffstats
path: root/rbutil/chinachippatcher/Makefile
blob: e19052a006c481fea48a6a8aa3c1a05c26b27ff3 (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS=-g -Wall -DSTANDALONE
CC=gcc

all: chinachip

chinachip: chinachip.c
	$(CC) $(CFLAGS) -o $@ $^

clean:
	rm -f chinachip