Skip to content

Commit

Permalink
tools: use install and /usr/local (as suggested by David Kuehling)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 8, 2012
1 parent bfd2bf4 commit 0654bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Makefile
Expand Up @@ -7,8 +7,8 @@ all: $(TARGETS)
$(CC) -O2 -Wall -I. -s -o $@ $<

install: mkmmimg flterm
cp mkmmimg /usr/bin
cp flterm /usr/bin
install -d /usr/local/bin
install -m755 -t /usr/local/bin $^

.PHONY: clean install

Expand Down

0 comments on commit 0654bf4

Please sign in to comment.