Added some consistency checks
[kugel-rb.git] / tools / win32.mak
blob20b052535375d5e2bb9c3452e0592a5d223562c5
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
9 CFLAGS =
11 TARGETS = scramble.exe descramble.exe sh2d.exe convbdf.exe
13 all: $(TARGETS)
15 $(OBJDIR)/%.exe: %.c
16 $(CC) $(CFLAGS) -c $< -o $@
18 clean:
19 del $(TARGETS) *.obj