2 PROGRAMS := prototype lifeboot
4 CFLAGS := -Wall -Wextra -Werror -I.
12 qemu-system-x86_64 -drive file=lifeboot,format=raw
15 find $(SRC_DIR) -iname '*.[hc]' | xargs clang-format -i --style=GNU
18 rm -rf $(PROGRAMS) *.o
20 .PHONY: build run format clean