diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c7dce5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# scemu +a shit 6502 emulator, built with nothing provided. <3 +it is made for plan 9, though p9p should let you build it on other platforms (probably) diff --git a/a.out b/a.out deleted file mode 100644 index a5e8214..0000000 Binary files a/a.out and /dev/null differ diff --git a/mkfile b/mkfile index f4db877..b06dd29 100755 --- a/mkfile +++ b/mkfile @@ -14,4 +14,4 @@ a.out: prog.s vasm6502_oldstyle -Fbin -dotdir prog.s clean: - rm a.out [$OS].out *.[$OS] + rm -f a.out [$OS].out *.[$OS] diff --git a/scemu.6 b/scemu.6 deleted file mode 100644 index 32431cf..0000000 Binary files a/scemu.6 and /dev/null differ