Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 281 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 281 Bytes

rogue-c

Prerequisites

  • C compiler (set in justfile)
  • ncurses
  • the Just command runner

Building

Building then running (default):

just

Building:

just build

Running:

just run

List just commands:

just -l
# or
just --list