Skip to content

Commit

Permalink
rename library in install target
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrovski committed Feb 21, 2014
1 parent 5991f20 commit 49ec96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_library: test_library.c libwattsup.so

install: all
install -m 0555 wattsup /usr/local/bin/
install -m 0444 wattsup.so /usr/local/lib/
install -m 0444 libwattsup.so /usr/local/lib/

clean:
rm -f *~ $(targets)

0 comments on commit 49ec96c

Please sign in to comment.