Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 382 Bytes

GL_Task

It finds file by name in root directory "/". Usage ./output.out file_name.

Make commands:

  • make - complies output.out
  • make clean - removes all generated files.
  • make debug - compiles excutable for debugin and runs gdb.
  • make lib - creates static lib.
  • make test - runs Python script, that generate a random file path and pass file's name to output.out.