rrbutani / tm4c-llvm-toolchain

Toolchain for TI's TM4C. Also known as tlt. Slightly janky.
MIT License
9 stars 0 forks source link

aliases and an .env file! #12

Closed rrbutani closed 4 years ago

rrbutani commented 4 years ago

the pure docker container dream

rrbutani commented 4 years ago

tlt obviates the need for aliases (kind of*) and env file support has landed.

The other reason for aliases is so that you can run ninja without needing to do docker run -it ....., but! If you're running in VS Code with the remote development thing (i.e. running in your container) this is entirely a non-issue.

So, I'm closing this issue.