summaryrefslogtreecommitdiffstats
path: root/Cancer/assets/Makefile
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-12-30 14:34:38 +0100
committermakefu <root@pigstarter.de>2013-12-30 14:34:38 +0100
commit08aa5e406a1f7b39182e79ea4eb7fabf7d61eaa3 (patch)
tree2db1a54f336167cc3cc3d5f74c77d029fe7e7470 /Cancer/assets/Makefile
parent133e49566c74f1d21c28536ed31d1514725ed49b (diff)
//Cancer -> //
because that is what painload is all about
Diffstat (limited to 'Cancer/assets/Makefile')
-rw-r--r--Cancer/assets/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cancer/assets/Makefile b/Cancer/assets/Makefile
deleted file mode 100644
index 07efde82..00000000
--- a/Cancer/assets/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-hooks := pre-commit
-binaries := $(shell ls bin/)
-.PHONY: all
-
-all: $(addprefix ../db/.git/hooks/,$(hooks)) $(addprefix ../bin/,$(binaries))
-
-../bin/%: bin/%
- cp $< $@
-../db/.git/hooks/%: hooks/%
- cp $< $@