all:
	@echo "Type 'make xxx-test' where xxx is the name of the"
	@echo "routine to test."

ReplaceEnvVariable-test:
	gcc -I../../include -o test ReplaceEnvVariable-test.c -L../../lib -lenv -lptr -lmemory

