all: 

install:

check:
	./TEST

distclean: clean

maintainer-clean: clean

distdir:

clean:
	@rm -rf output

.PHONY: all install
