Skip to content

Commit

Permalink
makefile: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Feb 15, 2022
1 parent a1b3f84 commit 120e370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ deploy: ## deploy to site
$(ANSIBLE_OPTS) ansible-playbook --ask-become-pass -b -v -i ansible/hosts ansible/site.yml

.PHONY: deb
deb: ## shortcut to build both ckit and labe debian packages
(cd python && make clean deb)
(cd go/ckit && make clean deb)
deb: clean ## shortcut to build both ckit and labe debian packages
(cd python && make deb)
(cd go/ckit && make deb)

.PHONY: clean
clean: ## clean artifacts
Expand Down

0 comments on commit 120e370

Please sign in to comment.