/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fixtures/make/test_github_pr_1577/Makefile
13 строк
165 B
rnvannatta
test(make): test target-specific variables on non-target
20 июл 2026, 22:33
20 июл 2026, 22:33
1029ae0
Код
Авторство
О чём код?
all: fluff fluff: touch fluff common-proc: echo $(OUCH) .PHONY: common-proc foobar: OUCH = glitch foobar: common-proc barbaz: OUCH = switch barbaz: common-proc