From 2c71143fd27ab876d7165df3f643bcad2664ccb0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 24 Dec 2011 02:54:20 +0100 Subject: Add wiispkr (play files on the wiimote speaker via libcwiimote) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55a77cc..2f9f4ac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS = -Wall -Wextra -pedantic -Wno-unused-parameter LDFLAGS = -lbluetooth -lcwiid -all: bal mpcal mplog wibble +all: bal mpcal mplog wibble wiispkr bal: bal.c ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< @@ -15,6 +15,9 @@ mplog: mplog.c wibble: wibble.c ${CC} ${CFLAGS} ${LDFLAGS} -lm -o $@ $< +wiispkr: wiispkr.c + ${CC} ${CFLAGS} -lm -lbluetooth -lcwiimote -o $@ $< + clean: rm -f bal mplog wibble -- cgit v1.2.3