#-----[ Directory ]----------------------------------------

#-----[ Variable ]-----------------------------------------

ENTITY                         ?= TTY

#OBJECTS_DEPS			=

#-----[ Rules ]--------------------------------------------

all				:
				@\
				$(MAKE) all_environment;

clean				:
				@\
				$(MAKE)  environment_clean;\
				$(RM) tty_*;

clean_all			: clean

help				:
				@$(MAKE) environment_help

include                         ../Makefile.Environment
