CFLAGS=-Wall -O2
LOADLIBES=-lpthread

all: threads-atomic

.PHONY: clean

clean:
	rm -f threads-atomic
	rm -f threads-atomic.exe
