Files
linuxkit/projects/miragesdk/src/fdd/Makefile
Thomas Gazagnaire b4feb71f78 sdk: add a yml example on how to use fdd to create container channels
Lots of boilerplate for now on, will work on upstreaming that in the tool
properly if needed later.

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-06-30 16:11:41 +02:00

15 lines
180 B
Makefile

.PHONY: all clean
all:
jbuilder build --dev
clean:
jbuilder clean
### FIXME: use Makefile template
IMAGE=samoht/fdd
tag:
docker build -t $(IMAGE) . && docker push $(IMAGE)