Skip to content

Commit

Permalink
fix 'make install' target
Browse files Browse the repository at this point in the history
Just a slight fix.  Don't like non-distribution stuff to populate /usr/bin

cheers,

David
  • Loading branch information
David Kuehling authored and Xiangfu Liu committed Feb 8, 2012
1 parent 530ae74 commit 0a5dc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ makeraw: makeraw.c
$(CC) -O2 -Wall -s -o $@ $< -lgd

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 0a5dc08

Please sign in to comment.