all:
	nvcc race_condition_fixed.cu -arch sm_20 -o race_condition_fixed

clean:
	rm race_condition_fixed