~dricottone/my-utils

ref: c7e3339c819c6916261fac6e4eed5a9fd7feb554 my-utils/games/Makefile -rw-r--r-- 350 bytes
c7e3339cDominic Ricottone Documenting quiet option on rebom 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 whisper $(BIN_DIR)/whisper

uninstall:
	rm $(BIN_DIR)/whisper

test: clean
	#shellcheck *.bash *.sh $(LIB_DIR)/mylib.bash $(LIB_DIR)/myparse.bash $(LIB_DIR)/myminiparse.sh

clean:
	rm -rf test/