Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryosukedtomita/makefile-study

Studying how to write Makefile
https://github.com/ryosukedtomita/makefile-study

cpp docker-compose makefile

Last synced: about 2 months ago
JSON representation

Studying how to write Makefile

Awesome Lists containing this project

README

        

# Makefile Studying with docker

![un license](https://img.shields.io/github/license/RyosukeDTomita/makefile-study)

## INDEX

- [ABOUT](#about)
- [LICENSE](#license)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)
- [ABOUT](#about)

---

## ABOUT

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

---

## LICENSE

[FIXME](./LICENSE)

---

## ENVIRONMENT

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

---

## PREPARING

1. install docker

---

## HOW TO USE

1. Clone this repository.
2. build the docker image.

```shell
cd makefile-study
docker buildx bake
```

3. Run the docker container to compile and execute

```shell
docker compose run -it make-app make
docker compose run -it make-app make execute
---
```