#!/usr/bin/make -f

all:
	gcc -o ledcgi ledcgi.c
	chmod a+x ledcgi
	chmod a+s ledcgi
