
all:
	ln -s ../static cgi-bin

clean:
	rm cgi-bin/static

.PHONY: all clean
