Commit fs#9959 by Jack Halpin. Removes delays from the Sansa e200v2 button driver...
[kugel-rb.git] / firmware / test / snprintf / Makefile
blob39f128ed8afae9e3187480cf8a47d80c63d42053
2 TARGET = snprintf
4 OBJS = snprintf.o test.o
6 CFLAGS = -I../../include
8 $(TARGET): $(OBJS)
10 snprintf.o: ../../common/sprintf.c
11 $(CC) -c $< -o $@
13 test.o: test.c
15 clean:
16 rm -f $(OBJS)