Install widget: fallback to development build.
[maemo-rb.git] / rbutil / chinachippatcher / Makefile
blobcdce19814dd23ac91967b6afeb95615a0fb1a8c7
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
9 CFLAGS += -g -Wall
11 OUTPUT = chinachippatcher
13 LIBSOURCES = chinachip.c
14 SOURCES = $(LIBSOURCES) main.c
16 include ../libtools.make