# Makefile for selenium # Writed by kaworu # since 2005/07/28 # $Author: kaworu $ # $Id: Makefile,v 1.2 2005/10/31 08:07:13 kaworu Exp $ # $Date: 2005/10/31 08:07:13 $ # $Source: /cvsroot/selenium/selenium/dist/Makefile,v $ PREFIX?=/usr/local DST=$(PREFIX)/www/selenium all: # @echo all build: # @echo build install: # @echo install .include "Makefile.inc" .PHONY: clean: @-rm Makefile.inc