CC = avr32-unknown-linux-uclibc-gcc
CFLAGS =  -Wall

all:
	$(CC) $(CFLAGS) *.c -o remote
	avr32-linux-size remote
