Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 406 Bytes

libeo

A library with various stuff that I found useful for my game The Deeps.

If this gets large enough and it is usable for multiple projects, I may post it separately.

building

i've provided a makefile to automate the build process. a c++ compiler (i use clang), gnu make, and ar are required. execute make in this directory to build it.

-- oicleevan