Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 181 Bytes

CONTRIBUTION.MD

File metadata and controls

16 lines (12 loc) · 181 Bytes

How to set up the code base and compile

# clone the repo
git clone <repo-url>
cd <repo>

# make 2 dirs
mkdir obj bin 

# make
make 

# run the executable
./bin/emojix