TOPDIR = ..

BIN = 	rgbfix
S = 	main.c
INCLUDE = -Iinclude -I$(TOPDIR)
DEP =	$(TOPDIR)/*.h

include $(TOPDIR)/Makefile.common