PRJ = at-if

$(PRJ).cgi: $(PRJ)-cgi.o
	$(CC) -W -Wall $(CFLAGS) $(LDFLAGS) $(PRJ)-cgi.o -o $(PRJ).cgi

clean:
	rm -f *.o *.cgi
