aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 7297e92abcf9bfa65c871abc60a6cb6b29928bcd (plain) (blame)
1
2
3
4
5
6
7
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