~dricottone/my-utils

ref: 596d0a2530fc8b5bedf46eb7d9282766a2046ac2 my-utils/documents/Makefile -rw-r--r-- 384 bytes
596d0a25Dominic Ricottone Help and usage messages 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
BIN_DIR?=/usr/local/bin
LIB_DIR?=/usr/local/lib
COMP_DIR?=/usr/local/etc/bash_completion.d

.PHONY: install uninstall test clean

install:
	install -m755 hugo-bump $(BIN_DIR)/hugo-bump
	install -m755 hugo-date $(BIN_DIR)/hugo-date
	install -m755 hugo-post $(BIN_DIR)/hugo-post

uninstall:
	rm $(BIN_DIR)/hugo-bump
	rm $(BIN_DIR)/hugo-date
	rm $(BIN_DIR)/hugo-post

test:
	bats test/