all: broken_spinlock fixed_spinlock spinlock

%: %.S
	aarch64-linux-gnu-gcc -O0 -g -static -nostdlib -o $@ $^
