make-handbook icon indicating copy to clipboard operation
make-handbook copied to clipboard

Handbook about modern make usage

Results 15 make-handbook issues
Sort by recently updated
recently updated
newest added

https://postmodern.github.io/blog/2021/11/25/introducing-command-mapper.html

https://github.com/zhisme/daily_scripts/blob/master/bin/ruby/git_cleanup_branches_repo

https://www.pcwdld.com/linux-commands-cheat-sheet

When signing up you get to a page where you are allowed to click a link to manually trigger a download. The http call seems to go ok (http 200),...

https://mywiki.wooledge.org/BashPitfalls

https://blog.gelin.ru/2017/08/makefile.html

https://gitlab.com/gitlab-org/gitlab-foss/tree/master/lib/tasks

Подробней о проблеме https://unix.stackexchange.com/a/23702/204020 В Python это типичная задача, активировать окружение и потом запускать в нем тесты/приложение. Без дополнительных танцев с бубном работать естественно не будет. По этому мне кажется...

Для тех кто только знакомится с `make` может оказаться неожиданным, что по умолчанию вызывается `/bin/sh` а не bash и надо явно прописывать `SHELL = /bin/bash` если в рецептах используется `bash`...