#
# DO NOT EDIT- CONFIG file should set everything up
#
CONFIG = system.mk

include ../config/$(CONFIG)

install: 
	$(INSTALL) $(INSTALLOPTS) start_tourney $(BINDIR)/start_tourney
	$(INSTALL) $(INSTALLOPTS) end_tourney $(BINDIR)/end_tourney
	$(INSTALL) $(INSTALLOPTS) register_tourney $(BINDIR)/register_tourney
	$(INSTALL) $(INSTALLOPTS) reset_tourney $(BINDIR)/reset_tourney
	
