INCS=-L/usr/X11R6/lib -I/usr/X11R6/include/ LIBS=-lX11 all: main.c color.h video.h gcc main.c -o olinux $(INCS) $(LIBS) clean: rm *.o olinux