NAME = xoris
BINDIR = /usr/local/bin

SRCS = main.c
OBJS = main.o

SYS_LIBRARIES = -lX11

ComplexProgramTargetNoMan($(NAME))
