diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-27 21:15:20 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-27 21:15:20 -0500 |
| commit | 2cd48b9a51565a2b5831f62306ca88f061425b40 (patch) | |
| tree | dfdf95a129b1a8c276d814858ca6c7a8d5acbc54 /Makefile | |
| download | pm-2cd48b9a51565a2b5831f62306ca88f061425b40.tar.gz pm-2cd48b9a51565a2b5831f62306ca88f061425b40.tar.xz | |
Initial
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
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 |
