Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 321 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 321 Bytes

Liberry

A working lesson in C for a command line program for managing my personal library.

Build

Build every stage:

make

Build the executable directly

make build

Clean up build files

make clean

Run

After building, run

./liberry

Installation

TBD.