distribution/packages/sysutils/wait-time-sync/sources/Makefile

13 lines
263 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
.PHONY: all
all: wait-time-sync
PREFIX = /usr
.PHONY: install
install: wait-time-sync
install -d $(DESTDIR)$(PREFIX)/bin
install $< $(DESTDIR)$(PREFIX)/bin