mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-10 02:21:18 +00:00
8 lines
166 B
Makefile
8 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)
|