CXX=g++
CXXFLAGS=

distccwebview.cgi: distccwebview.cpp
	${CXX} ${CXXFLAGS} $< -o $@

clean:
	@rm -fv distccwebview.cgi
