1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 14:26:02 +00:00

Streamline the "testsuite" and "srcdoc" make targets

This commit is contained in:
Alexander Barton
2024-02-10 00:03:13 +01:00
parent ea7f4e07b7
commit c0b8b94550
2 changed files with 3 additions and 6 deletions

View File

@@ -86,9 +86,6 @@ uninstall-hook:
uninstall-config:
rm -f $(DESTDIR)$(sysconfdir)/ngircd.conf
srcdoc:
${MAKE} -C src srcdoc
.PHONY: install-config uninstall-config srcdoc
.PHONY: install-config uninstall-config
# -eof-