Skip to content

Commit

Permalink
Merge pull request #1813 from freedomofpress/build-debs
Browse files Browse the repository at this point in the history
Add "build-debs" make target
  • Loading branch information
legoktm authored Feb 12, 2024
2 parents e3c61d3 + 81f50b0 commit 222c6ce
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 222c6ce

Please sign in to comment.