pato-z80-home-computer/pat80-emulator/Makefile
2022-02-06 20:33:27 +01:00

6 lines
95 B
Makefile

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