Skip to content

Commit

Permalink
Use install command
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Mar 4, 2017
1 parent b1749b6 commit d043400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ libandroid-shmem.so: shmem.c shm.h
$(CC) $(CFLAGS) $(LDFLAGS) shmem.c -llog -o $@

install: libandroid-shmem.so shm.h
cp libandroid-shmem.so $(PREFIX)/lib/libandroid-shmem.so
cp shm.h $(PREFIX)/include/sys/shm.h
install -D libandroid-shmem.so $(PREFIX)/lib/libandroid-shmem.so
install -D shm.h $(PREFIX)/include/sys/shm.h

clean:
rm -f libandroid-shmem.so
Expand Down

0 comments on commit d043400

Please sign in to comment.