This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced
2026-04-24 09:13:37 +02:00
Code
Activity
Actions
ed17aaa6c9
jw-pkg
/
make
/
tag-defs.mk
1 line
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
make: Align equal signs in *.mk to column 30 Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-16 13:18:28 +01:00
TAG_VERSION
=
V_
$(
shell
echo
$(
VERSION
)
|
$(
SED
)
's/[\.-]/_/g'
)
Copy permalink