OBJS=main.o tiger.o
BIN=hello_tiger.bin

#LDFLAGS+=
CFLAGS+=-D__RASPBERRYPI__

include ../Makefile.include

