CC = gcc

all: masterswitch.cgi
masterswitch.cgi: masterswitch.c
	${CC} -g -O masterswitch.c -Icgic106 -Lcgic106 -lcgic -o $@
