CFLAGS=-Wall -g CC=@CC@ LIBS=@LIBS@ all: strl_dir distclean: clean cd strl ; $(MAKE) distclean clean: cd strl ; $(MAKE) clean strl_dir: @(echo -e "\n\033[1;37mCompiling the strl lib\033[0m") cd strl ; $(MAKE) all