Instead of typing these commands manually every time, we can use a Makefile to automate the project workflow. A Makefile works like a project command center. We define tasks as targets, and then run ...
"description": "この記事は Kyoto University Advent Calendar 2020 - Adventar と CAMPHOR- Advent Calendar の16日目の記事です。 こんにちは、ほ ...
I've ended up using the same style of makefile for multiple Python projects, so I've decided to create a repository with a template. The idea is to have a makefile that can be easily copied into any ...
I hate the feeling of settling down. Just because something works does not necessarily mean it cannot be improved. That’s exactly what I’m aiming for with this migration. Replace two tools with one ...