build:
	@gcc src/main.c -o main

test:
	@gcc tests/test.c -o test