/
githubmirror
/
swtpm
Обзор
Документация
Войти
/
githubmirror
/
swtpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Makefile.am
34 строки
510 B
Stefan Berger
samples: swtpm-create-tpmca: Fix shellcheck issues and add to syntax-check target
23 фев 2023, 01:27
23 фев 2023, 01:27
1cd2dc6
Код
Авторство
О чём код?
# # Makefile.am # # For the license, see the COPYING file in the root directory. # SUBDIRS = \ include \ man \ samples \ src \ tests ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ CHANGES \ INSTALL \ LICENSE \ COPYING \ README \ swtpm.spec \ autogen.sh if WITH_SELINUX selinux-install selinux-uninstall: @cd src/selinux && $(MAKE) $(AM_MAKEFLAGS) $@ endif syntax-check: @cd samples && $(MAKE) syntax-check @cd tests && $(MAKE) syntax-check .PHONY: selinux-install selinux-uninstall syntax-check