rename raw to unstrip
This commit is contained in:
parent
ae93ae7780
commit
9bdf2b6fc2
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue