1
0
Fork 0
forked from len0rd/rockbox

old. obsolete. forgotten.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8128 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-12-02 09:10:27 +00:00
parent d7b5c5a3c0
commit c99f8bc6e3
2 changed files with 0 additions and 155 deletions

View file

@ -1,20 +0,0 @@
# __________ __ ___.
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
# \/ \/ \/ \/ \/
# $Id$
#
CFLAGS =
TARGETS = scramble.exe descramble.exe sh2d.exe convbdf.exe
all: $(TARGETS)
$(OBJDIR)/%.exe: %.c
$(CC) $(CFLAGS) -c $< -o $@
clean:
del $(TARGETS) *.obj