SRCS =	xkiss.c
OBJS = 	xkiss.o
SYS_LIBRARIES = -lX11
CC = gcc

#CDEBUGFLAGS = 
CDEBUGFLAGS = -O
# CDEBUGFLAGS = -O2

ComplexProgramTarget(xkiss)
