mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-09 18:11:19 +00:00
7 lines
166 B
Makefile
7 lines
166 B
Makefile
VERSION=$(shell date --iso)
|
|
|
|
all:
|
|
./run-docker.sh build --base debian --version 0.0.$(VERSION)
|
|
|
|
push:
|
|
./run-docker.sh push --base debian --version 0.0.$(VERSION)
|