/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.9
test/Makefile.am
20 строк
317 B
Ville Skyttä
test: add fixtures/make/extra_makefile to CLEANFILES
27 апр 2019, 08:58
27 апр 2019, 08:58
47fc6d7
Код
Авторство
О чём код?
AUTOMAKE_OPTIONS = dejagnu DEJATOOL = completion install unit AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log SUBDIRS = t EXTRA_DIST = completion \ config \ fixtures \ lib \ unit all: $(MKDIR_P) log tmp CLEANFILES = \ fixtures/make/extra_makefile clean-local: $(RM) -rf log tmp