# jannet configuration shadow
# (c) 2000 jannet
# contact@jannet.de
MAKE_SH := jcs smake

SUBDIRS = cur

setup:
	$(MAKE_SH) setup $(SUBDIRS)

install:
	$(MAKE_SH) install $(SUBDIRS)

clean:
	$(MAKE_SH) clean $(SUBDIRS)
