build: test.c
	gcc -Wall -Werror -std=c11 -fno-stack-protector -g test.c -o test
clean:
	 rm test
