all:
	./pullDocs --target . --ssh

clean:
	rm $(filter-out Makefile pullDocs, $(wildcard *))