.PHONY: debug debug: gcc -Wall -g ./src/*.c gdb a.out .PHONY: run run: gcc -Wall ./src/*.c ./a.out