Setting up PAT80 Emulator
This commit is contained in:
5
pat80-emulator/Makefile
Normal file
5
pat80-emulator/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
build:
|
||||
gcc -g -o pat80emu z80/console.c z80/z80.c main.c
|
||||
clean:
|
||||
rm -rf main
|
||||
all: clean build
|
Reference in New Issue
Block a user