whatprovides/Makefile

7 lines
127 B
Makefile
Raw Permalink Normal View History

2020-11-19 13:28:15 +00:00
PREFIX := /data/data/com.termux/files/usr
BIN = whatprovides
2020-11-18 15:45:04 +00:00
.PHONY: install
install:
2020-11-19 13:28:15 +00:00
install -Dm700 -t $(PREFIX)/bin $(BIN)