all: stack.h stack.c gcc -Werror -Wall -std=c99 -g -o stack stack.c stack.h test_stack.c clean: rm stack