Makefile の使い方を勉強したメモ。
C++17, g++-10, make
- install docker
- Clone this repository.
- build the docker image.
cd makefile-study
docker buildx bake
- Run the docker container to compile and execute
docker compose run -it make-app make
docker compose run -it make-app make execute
---