mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
ci: update make release action
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,4 +1,4 @@
|
||||
VERSION = 1.1.1
|
||||
VERSION = 1.2.0
|
||||
.DEFAULT_GOAL := lidm
|
||||
|
||||
CDIR=src
|
||||
@@ -91,6 +91,9 @@ pre-commit:
|
||||
clang-format -i $$(git ls-files "*.c" "*.h")
|
||||
clang-tidy -p . $$(git ls-files "*.c" "*.h")
|
||||
|
||||
print-version:
|
||||
@echo $(VERSION)
|
||||
|
||||
.PHONY: clean \
|
||||
install uninstall \
|
||||
install-service \
|
||||
@@ -99,4 +102,5 @@ pre-commit:
|
||||
install-service-runit \
|
||||
install-service-openrc \
|
||||
install-service-systemd \
|
||||
pre-commit
|
||||
pre-commit \
|
||||
print-version
|
||||
|
Reference in New Issue
Block a user