X-Git-Url: https://git.ozlabs.org/?p=ponghero.git;a=blobdiff_plain;f=Makefile;h=2acd6a661476c099884c0a52e58992cf9b8a9895;hp=f3e02405f80e6a71441566843fb595f1ffc1d966;hb=3b07a088e47dffe99415cb01f42ea89c9185bdc5;hpb=aad127ce5b932106bc2ddde0309688a0613f1587 diff --git a/Makefile b/Makefile index f3e0240..2acd6a6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ #! /usr/bin/make -CFLAGS:=-Wall -Wmissing-prototypes -Wmissing-declarations -g -I../ccan #-g #-O2 -g +CFLAGS:=-Wall -Wmissing-prototypes -Wmissing-declarations -g -Iccan/ #-g #-O2 -g LDFLAGS:=-lSDL -lSDL_image -lcwiid -prpong: prpong.c stdrusty.h ../ccan/talloc/talloc.o + +ponghero: ponghero.c stdrusty.h ccan/talloc/talloc.o ccan/list/list.o + +clean: + $(RM) ponghero `find . -name '*.o'` wiimote: wiimote.c stdrusty.h