# Makefile for qtmclock/html
# Satofumi KAMIMURA
# $Id$

all :
	cd ../ && $(MAKE) html

clean :
	cd includes/ && $(RM) %%*.php
