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

https://github.com/llitfkitfk/makefile-best-practice


https://github.com/llitfkitfk/makefile-best-practice

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Test Command
```
make
make BUILD_DEBUG=no

export BUILD_DEBUG=no
make

export BUILD_DEBUG=no
make -e
make -e BUILD_DEBUG=maybe
```