From 9bdf2b6fc2dbc52cdbe6489f5a6b8ca49b89ecd2 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 21 Nov 2007 14:17:27 +0100 Subject: [PATCH] rename raw to unstrip --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9badb61f..56ea7571 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,9 @@ strip: all strip awesome strip awesome-client -install: strip install-raw +install: strip install-unstrip -install-raw: +install-unstrip: @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f awesome awesome-client ${DESTDIR}${PREFIX}/bin