aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: dbfbcff735878241e047a864a8cc988cf605d88a (plain) (blame)
1
2
3
4
5
6
7
PREFIX ?= /usr/local

all: strftime

install: strftime
	install -m 755 strftime $(PREFIX)/bin/strftime
	install -m 755 pm $(PREFIX)/bin/pm