whatprovides/Makefile

7 lines
127 B
Makefile

PREFIX := /data/data/com.termux/files/usr
BIN = whatprovides
.PHONY: install
install:
install -Dm700 -t $(PREFIX)/bin $(BIN)