X-Git-Url: https://git.ozlabs.org/?p=ponghero.git;a=blobdiff_plain;f=Makefile;h=2acd6a661476c099884c0a52e58992cf9b8a9895;hp=11d33b33b0d3e1c3ce81ff494a8003e9a4e04e05;hb=HEAD;hpb=50eb11dbd0cbde2a4a2d724c4747a71e12693b37;ds=sidebyside diff --git a/Makefile b/Makefile index 11d33b3..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 -LDFLAGS:=-lSDL -lcwiid -prpong: prpong.c stdrusty.h +CFLAGS:=-Wall -Wmissing-prototypes -Wmissing-declarations -g -Iccan/ #-g #-O2 -g +LDFLAGS:=-lSDL -lSDL_image -lcwiid + +ponghero: ponghero.c stdrusty.h ccan/talloc/talloc.o ccan/list/list.o + +clean: + $(RM) ponghero `find . -name '*.o'` wiimote: wiimote.c stdrusty.h