From cac3f7de51e425f914a96270c2fa92b84ffd205f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 26 Aug 2021 16:17:08 -0400 Subject: Add version number generator --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 02b2665..44bdf1c 100644 --- a/Makefile +++ b/Makefile @@ -40,3 +40,6 @@ uninstall: .for system in ${SYSTEMS} ${MAKE} -C ${system} ${.TARGET} .endfor + +version: + @grep '^VERSION =' */Makefile | awk '{ sum += $$3 } END { print sum }' -- cgit 1.4.1 >
dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/2024-09-05/lens (unfollow)
Commit message (Collapse)Author
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe