Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (26 loc) · 486 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 486 Bytes

UniTo - LFT - Progetto di laboratorio - 2019/2020

Section 01

Run an exercise

$ cd sect01
$ make ex{01..}

Clean a section

$ cd sect01
$ make clean

Sections 02 to 05

Run an exercise

$ cd sect{02..05}
$ cd ex{01..}
$ make [SRC="path/to/source.txt"]

If no SRC argument is passed, the source text file that within the exercise directory will be used.

Clean a section

$ cd sect{02..05}
$ cd ex{01..}
$ make clean