simple_thread: simple_thread.c mu.h
	$(CC) -o $@ $< -pthread

clean:
	rm simple_thread

.PHONY: clean
