From 473b4656c9e6740276368d88e4ba103babab7bca Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 9 Oct 2013 10:26:43 +0200 Subject: add makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e6fb4c3 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +PY3_SHEBANG = /usr/bin/env/ python3 + + +.PHONY: all +all: bfind + +bfind: src/bfind.py + cp "$<" "$@" + sed -i 's:/usr/bin/env/ python3:$(PY3_SHEBANG):' "$@" + + +.PHONY: clean +clean: + -rm -- bfind + -- cgit v1.2.3-70-g09d2