define SIMULATOR too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-30 12:42:08 +00:00
parent 381f6f18ac
commit 4b2efbaf03

View File

@ -1,7 +1,7 @@
TARGET = id3test
OBJS = id3.o
CFLAGS = -g -W -Wall -DDEBUG_STANDALONE -c -o
CFLAGS = -g -W -Wall -DDEBUG_STANDALONE -DSIMULATOR -c -o
$(TARGET) : $(OBJS)
$(CC) -o $(TARGET) $(OBJS)