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

LDFLAGS+= -lrevision
CFLAGS+=-D__RASPBERRYPI__

include ../Makefile.include

