Skip to content

Commit

Permalink
add Makefile for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed Sep 2, 2022
1 parent afe288f commit f74dd06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PREFIX ?= /usr/local

.PHONY: install

install:
install -d $(DESTDIR)$(PREFIX)/bin/
install -m 0755 cpm $(DESTDIR)$(PREFIX)/bin/

0 comments on commit f74dd06

Please sign in to comment.