make: show package description on empty target

This commit is contained in:
Franco Fichtner
2025-07-29 10:30:20 +02:00
parent 6c13dfb82e
commit ede3290122
+1
View File
@@ -24,6 +24,7 @@
# SUCH DAMAGE.
all: check
@cat ${.CURDIR}/pkg-descr | ${PAGER}
.include "defaults.mk"