chip8

CHIP-8 emulator
git clone git://git.margiolis.net/chip8.git
Log | Files | Refs | README | LICENSE

commit f06ffbf475c2420aba9efcadff88bd5041e7454a
parent 1540114281ab269016234a4f067bb268d61ab8ee
Author: Christos Margiolis <christos@margiolis.net>
Date:   Fri, 13 May 2022 04:28:51 +0300

fix README

Diffstat:
MREADME.md | 2+-
Mconfig.mk | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ CHIP-8 emulator using SDL2. ## Usage -```shell +``` $ make # make install clean ``` diff --git a/config.mk b/config.mk @@ -5,6 +5,8 @@ VERSION = 0.1 # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man +# OpenBSD +#MANPREFIX = ${PREFIX}/man # includes and libs INCS = -Iinclude -I${PREFIX}/include