From 588ff9cd2baa942a85cc938bd22410637b08e274 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Dec 2011 22:51:14 +0100 Subject: Add acclog, reorganize plotting --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f9f4ac..76c8326 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ -CFLAGS = -Wall -Wextra -pedantic -Wno-unused-parameter +CFLAGS = -Wall -Wextra -pedantic -Wno-unused-parameter -ggdb LDFLAGS = -lbluetooth -lcwiid -all: bal mpcal mplog wibble wiispkr +all: acclog bal mpcal mplog wibble wiispkr + +acclog: acclog.c + ${CC} ${CFLAGS} ${LDFLAGS} -lm -o $@ $< bal: bal.c ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< -- cgit v1.2.3