diff --git a/makefile b/makefile new file mode 100644 index 0000000..548d821 --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +emu6502: + cc *.c -o emu6502 \ No newline at end of file