.PHONY = index

index:
	@echo "indexing examples for SMC"
	./index.py 

