Updated makefile

This commit is contained in:
Liliesh 2025-07-06 09:36:06 +02:00
parent 21b1e29e93
commit 6e42243373
Signed by: liliesh
GPG key ID: 680387646C7BAE8E

View file

@ -5,7 +5,7 @@ clean:
build: build:
echo "Building webpage" echo "Building webpage"
$(ENGINE) run --rm -v "./:/source" liliesh/franky-blag:latest $(ENGINE) run --rm -v "./:/source" registry.pinkhaj.world/liliesh/franky-blag:latest
publish: clean build publish: clean build
git add . git add .