Files
motr/Makefile

14 lines
263 B
Makefile

VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
COMMIT := $(shell git log -1 --format='%H')
.PHONY: all build generate test
all: generate build
build:
@task -t .taskfiles/Default.yml build
generate:
@task -t .taskfiles/Default.yml gen