]> git.ozlabs.org Git - ponghero.git/blob - Makefile
2acd6a661476c099884c0a52e58992cf9b8a9895
[ponghero.git] / Makefile
1 #! /usr/bin/make
2
3 CFLAGS:=-Wall -Wmissing-prototypes -Wmissing-declarations -g -Iccan/ #-g #-O2 -g
4 LDFLAGS:=-lSDL -lSDL_image -lcwiid 
5
6 ponghero: ponghero.c stdrusty.h ccan/talloc/talloc.o ccan/list/list.o
7
8 clean:
9         $(RM) ponghero `find . -name '*.o'`
10
11 wiimote: wiimote.c stdrusty.h