Skip to content

Commit

Permalink
build: Add make command
Browse files Browse the repository at this point in the history
add promu-build command to makefile
  • Loading branch information
coolapso authored and damoun committed Jul 29, 2024
1 parent c83d70e commit c51cb0f
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
Expand Up @@ -5,3 +5,7 @@ DOCKER_REPO ?= damoun
include Makefile.common

DOCKER_IMAGE_NAME ?= twitch-exporter

promu-build:
@echo ">> running promu crossbuild -v"
promu crossbuild -v

0 comments on commit c51cb0f

Please sign in to comment.