Skip to content

Commit

Permalink
install -D
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Feb 20, 2020
1 parent f5b01e8 commit 6e15ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ PREFIX=/usr/local/
default: libf77zmq.so libf77zmq.a f77_zmq.h

install: libf77zmq.so libf77zmq.a f77_zmq.h
install -m 644 libf77zmq.a $(PREFIX)/lib/
install -m 644 libf77zmq.so $(PREFIX)/lib/
install -m 644 f77_zmq.h $(PREFIX)/include/
install -m 644 f77_zmq_free.h $(PREFIX)/include/
install -D -m 644 libf77zmq.a $(PREFIX)/lib/
install -D -m 644 libf77zmq.so $(PREFIX)/lib/
install -D -m 644 f77_zmq.h $(PREFIX)/include/
install -D -m 644 f77_zmq_free.h $(PREFIX)/include/

libf77zmq.so: f77_zmq.o
$(CC) -shared $^ -o $@
Expand Down

0 comments on commit 6e15ab7

Please sign in to comment.