Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80cb70c328b83ce35ac859c0050bf68c86ab04d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile for building the project

build_dir=$(CURDIR)/build/artifacts

ifeq (, $(shell which krankerl))
$(error "No krankerl in $(PATH), see https://github.com/ChristophWurst/krankerl")
endif

all:
	krankerl up

appstore:
	krankerl package

clean:
	rm -rf $(build_dir)
	rm -rf vendor