test: test.c
	cc -Wall -Wextra -o test test.c
clean:
	rm -f test
