aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-27 21:15:20 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-27 21:15:20 -0500
commit2cd48b9a51565a2b5831f62306ca88f061425b40 (patch)
treedfdf95a129b1a8c276d814858ca6c7a8d5acbc54 /Makefile
downloadpm-2cd48b9a51565a2b5831f62306ca88f061425b40.tar.gz
pm-2cd48b9a51565a2b5831f62306ca88f061425b40.tar.xz
Initial
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..dbfbcff
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+PREFIX ?= /usr/local
+
+all: strftime
+
+install: strftime
+ install -m 755 strftime $(PREFIX)/bin/strftime
+ install -m 755 pm $(PREFIX)/bin/pm