CFLAGS += -O2 -DPWD=\"$(shell pwd)\" PROG := sutxr.cgi .PHONY: all all: $(PROG) perms $(PROG):: $(PROG).c $(PROG):: chmod u+s $@ .PHONY: perms perms: chmod u+s main.txr clean: -rm $(PROG)