Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 356 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 356 Bytes

Template-Scapegoat

Using the header-file in your own project

Download the files in the include/ directory,
and use g++ with the -Idir option
Example: g++ -I./include test.cpp -g

Running tests

Prereqiusites:

  • c++14 or higher
  • gnu-sed for makefile

Compiling

make clean
make depend
make

Execution

make run