all: options_setup run_tests options_setup: options_setup.c gcc -o $@ $< run_tests: run_tests.c gcc -pthread -o $@ $< clean: -rm options_setup run_tests