include ../Makefile.defs

%: %.sh

all:

install:

checkpoint: indent clean
	$(CI) -l *.sh

indent:

clean: 

reallyclean: clean
