doc:
	cd ~/shared_documents && cmd /c ELF_pfmt11.pdf &
%:	%.s
	as -o $*.o $<
	objcopy --only-section=.text -Obinary -S $*.o $@
