summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-04-03 08:12:05 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-04-03 08:12:05 -0700
commita8a96ed6e4d5324598a000c306f477d82874538a (patch)
treed26f4a19c38a79231db62aeadec6ab0dd50a0927
parenta1c64eebe013bc5b7df72cce44aa85d66ead38e2 (diff)
downloadtmwa-a8a96ed6e4d5324598a000c306f477d82874538a.tar.gz
tmwa-a8a96ed6e4d5324598a000c306f477d82874538a.tar.bz2
tmwa-a8a96ed6e4d5324598a000c306f477d82874538a.tar.xz
tmwa-a8a96ed6e4d5324598a000c306f477d82874538a.zip
Rename makefile and provide a way to not do backups
-rw-r--r--Makefile (renamed from GNUmakefile)3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/Makefile
index f2849aa..a975c9b 100644
--- a/GNUmakefile
+++ b/Makefile
@@ -79,6 +79,7 @@ deps.make: src/map/magic-interpreter-parser.cpp src/map/magic-interpreter-lexer.
include deps.make
prefix=/usr/local
+BACKUPS=numbered
install:
install -d ${prefix}/bin/
- install --backup=numbered -t ${prefix}/bin/ $(wildcard ${PROGS})
+ install --backup=${BACKUPS} -t ${prefix}/bin/ $(wildcard ${PROGS})