Skip to content

Commit

Permalink
Fix Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
akimach committed Oct 14, 2016
1 parent 58d0361 commit 7092ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ INCLUDE = include/
all: lsm9ds1.so

lsm9ds1.so: $(SRC)LSM9DS1.cpp
mkdir -p $(LIB)
$(CC) -I./include -Wall -O2 $(SRC)LSM9DS1.cpp -lwiringPi -shared -o $(LIB)liblsm9ds1.so

0 comments on commit 7092ddc

Please sign in to comment.