LDFLAGS = -nostdlib
ASFLAGS = -m32

all: 386 387

clean:
	rm -f 386 387 core

save: clean
	cd .. ; tar -czvf x86cpubench-2.3.tar.gz cpubench-2.3
