.PHONY: fmt write-elf: main.c write_elf.c registers.h instructions.h gcc -static-pie main.c -o write-elf tiny: tiny.s nasm -f elf64 tiny.s fmt: main.c write_elf.c registers.h instructions.h clang-format -i $^