# Makefile for XSCdemo from {adulau@cyberspace.org}   
# 

CC=gcc
CFLAGS =

#   
# 
# 
#
all:
	$(CC) $(CFLAGS) -o xscdemo xscdemo.c -lX11 -lm

# 
