CONSOLE_MODE = t

include cpp/variables.def

PROJECT = decoder_ring
TYPE = application
TARGETS = cromp_decoder.exe
LOCAL_LIBS_USED = unit_test octopus cromp crypto application configuration filesystem loggers \
  mathematics nodes processes sockets structures textual timely \
  tentacles structures basis 
USE_SSL = t
LAST_TARGETS = decoder_ring

include cpp/rules.def

decoder_ring:
	$(FEISTY_MEOW_BINARIES)/cromp_decoder < example_cromp_data.txt


