summaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 0ba113207d3159081b64f56220d23cae2b276205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MAKEFLAGS += -s

all: 7ed-TESTING
7ed-TESTING:
	cd .. && make tests
	echo "Done."

clean: 
	cd .. && make clean
	echo "Cleaned."

smode:
	echo "CC input.c ---> smode"
	cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c -o test/smode