From 9304e86209fc01726a67b4c3f5a408b4af788a0d Mon Sep 17 00:00:00 2001 From: EUcancER Date: Fri, 9 Dec 2011 18:30:21 +0100 Subject: /assets/Makefile: add bin to build process --- assets/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/Makefile b/assets/Makefile index a8025784..07efde82 100644 --- a/assets/Makefile +++ b/assets/Makefile @@ -1,9 +1,11 @@ hooks := pre-commit - +binaries := $(shell ls bin/) .PHONY: all -all: $(addprefix ../db/.git/hooks/,$(hooks)) +all: $(addprefix ../db/.git/hooks/,$(hooks)) $(addprefix ../bin/,$(binaries)) +../bin/%: bin/% + cp $< $@ ../db/.git/hooks/%: hooks/% cp $< $@ -- cgit v1.2.3