CC=gcc CLFAGS= make: $(CC) $(CFLAGS) test1.c ../arg.o -o test1 leak: valgrind --leak-check=full --track-origins=yes --log-file=log.txt ./test1 -f -g -e ads