# source_program
SRCS = main.c gfx.c

SYSOBJS = $(CMNDIR)/cinit.o $(SGLLDR)/sglarea.o
OBJS = $(SRCS:.c=.o)
LIBS = -lsgl 
