Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 283 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 283 Bytes

tengwar

Basic C ARM64 compiler

How to use

To build docker image

$docker build -t tengwar .
To run unittest
Windows
$docker run -it -v %cd%:/tengwar --rm tengwar
*nix based
$docker run -it -v "$pwd":/tengwar --rm tengwar