1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 12:46:19 +00:00
Lakka-LibreELEC/packages/sysutils/wait-time-sync/sources/Makefile

13 lines
263 B
Makefile

# 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