fix: Makefile targets

This commit is contained in:
2021-04-10 16:06:47 +02:00
parent 93bbc9d6b9
commit 12f05ec68e
3 changed files with 28 additions and 96 deletions

View File

@@ -6,7 +6,7 @@ steps:
- name: build-linux-amd64
image: docker.io/volkerraschek/build-image:latest
commands:
- make --jobs=$(nproc) bin/linux/amd64/flucky
- make
when:
event:
- push