Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 220 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 220 Bytes

BUILDING:

mkdir build
cd build
CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G "Unix Makefiles" ../

make -j9

RUNNING:

./build/bin/cheffe <INPUT_FILE>

TESTING:

./build/test/cheffe_test