Skip to content

RyosukeDTomita/makefile-study

Repository files navigation

Makefile Studying with docker

un license

INDEX


ABOUT

Makefile の使い方を勉強したメモ。


LICENSE

FIXME


ENVIRONMENT

C++17, g++-10, make


PREPARING

  1. install docker

HOW TO USE

  1. Clone this repository.
  2. build the docker image.
cd makefile-study
docker buildx bake
  1. Run the docker container to compile and execute
docker compose run -it make-app make
docker compose run -it make-app make execute
---