../aggregate/install.d/10gc: Makefile install bin/gc
	@cp install ../aggregate/install.d/10gc

.PHONY: clean
clean:
	rm -f $(PLUGINS)

test:
	echo TODO
