summaryrefslogtreecommitdiff
path: root/emu/README
diff options
context:
space:
mode:
Diffstat (limited to 'emu/README')
-rw-r--r--emu/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/emu/README b/emu/README
index fc23a5d..37ccacb 100644
--- a/emu/README
+++ b/emu/README
@@ -1,4 +1,5 @@
emulator for homebrew 6502 based on ben eater ben6502
-gcc -DWITH_GUI -I/usr/include/SDL2 -lSDL2 -g -Wall -Os -o emu emu.c 6502.c memory.c emul.c
+cmake .
+make