CC = gcc

template-demo:
	$(CC) -o template-demo main.c -lbeaker
clean:
	rm template-demo