pato-z80-home-computer/pat80-emulator/Makefile

6 lines
95 B
Makefile
Raw Normal View History

2022-02-06 20:30:49 +01:00
build:
gcc -g -o pat80emu z80/console.c z80/z80.c main.c
clean:
rm -rf main
all: clean build