Skip to content

Commit

Permalink
Add "build-debs" make target
Browse files Browse the repository at this point in the history
Just like SD server.
  • Loading branch information
legoktm committed Feb 14, 2024
1 parent e441252 commit 1e53bcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.PHONY: all
all: help

.PHONY: build-debs
build-debs: ## Build Debian packages
./scripts/build-debs.sh

.PHONY: lint-desktop
lint-desktop: ## Lint .desktop files
# See: https://www.freedesktop.org/wiki/Software/desktop-file-utils/
Expand Down

0 comments on commit 1e53bcf

Please sign in to comment.