build: gcc -g -o pat80emu z80/console.c z80/z80.c main.c clean: rm -rf main all: clean build