LDLIBS = -lexample_project

test: run_tests
	./run_tests

clean:
	$(RM) run_tests
