summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/test/id3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/id3/Makefile b/firmware/test/id3/Makefile
index a9e54576d7..a286fc14a3 100644
--- a/firmware/test/id3/Makefile
+++ b/firmware/test/id3/Makefile
@@ -1,7 +1,7 @@
1TARGET = id3test 1TARGET = id3test
2 2
3OBJS = id3.o 3OBJS = id3.o
4CFLAGS = -g -DDEBUG_STANDALONE -c -o 4CFLAGS = -g -W -Wall -DDEBUG_STANDALONE -c -o
5 5
6$(TARGET) : $(OBJS) 6$(TARGET) : $(OBJS)
7 $(CC) -o $(TARGET) $(OBJS) 7 $(CC) -o $(TARGET) $(OBJS)