~dricottone/my-utils

my-utils/images/Makefile -rw-r--r-- 245 bytes
ef6d4cd1Dominic Ricottone Incomplete work on hardware/media utils 5 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 pdf-concat $(BIN_DIR)/pdf-concat

uninstall:
	rm $(BIN_DIR)/pdf-concat

test:
	bats test/