all:
	cd plugin ; make

clean:
	cd plugin ; make clean

full-clean: clean
	./scripts/clean-examples.sh
	rm -rf models/*
