mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
conf.mk: Add dummy test target
Directories with conf.mk error out on the test target, so add a no-op test target. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
57e63b2582
commit
77b2c49e28
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ all:
|
||||||
clean: clean.conf
|
clean: clean.conf
|
||||||
install: install_CFG install_files_SYSCFG install_files_LOGROT install_files_CRONTAB install_files_RSYSLOG \
|
install: install_CFG install_files_SYSCFG install_files_LOGROT install_files_CRONTAB install_files_RSYSLOG \
|
||||||
install_files_APACHE_CONF install_files_SYSTEMD install_files_INIT $(CONF_D)
|
install_files_APACHE_CONF install_files_SYSTEMD install_files_INIT $(CONF_D)
|
||||||
|
test:
|
||||||
|
|
||||||
clean.conf:
|
clean.conf:
|
||||||
$(RM) -rf *~ .*.swp *.done
|
$(RM) -rf *~ .*.swp *.done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue