summaryrefslogtreecommitdiffstats
path: root/rbutil/chinachippatcher/Makefile
blob: cdce19814dd23ac91967b6afeb95615a0fb1a8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#             __________               __   ___.
#   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
#   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
#   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
#   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
#                     \/            \/     \/    \/            \/
# $Id$
#
CFLAGS += -g -Wall

OUTPUT = chinachippatcher

LIBSOURCES = chinachip.c
SOURCES = $(LIBSOURCES) main.c

include ../libtools.make