update makefile

This commit is contained in:
Nico Schottelius 2024-11-15 21:47:23 +09:00
parent 72942a8a3c
commit a01e859bfb

View file

@ -24,7 +24,7 @@ justcontainer:
docker build -t $(IMAGE_NAME):$(VERSION) .
docker push $(IMAGE_NAME):$(VERSION)
push:
push: pull
git push
pull: