# Copyright 2006-2009 by Purdue Research Foundation, West Lafayette, IN 47906.
# All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License, version 2.1 as published by the Free Software Foundation.

all:
	true

install:
	(cd icewm-default; make install)
	(cd icewm-captive; make install)
	(cd twm-captive; make install)
	(cd ratpoison-captive; make install)

clean:
	(cd icewm-default; make clean)
	(cd icewm-captive; make clean)
	(cd twm-captive; make clean)
	(cd ratpoison-captive; make clean)
