Skip to content

Commit

Permalink
make install should build first
Browse files Browse the repository at this point in the history
  • Loading branch information
cornet committed Apr 30, 2014
1 parent ac3962c commit c004c55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion RPi/RF24/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bcm2835.o: bcm2835.c
clean:
rm -rf *.o ${LIB}.*

install: install-libs install-headers
install: all install-libs install-headers

# Install the library to LIBPATH
install-libs:
Expand Down
1 change: 0 additions & 1 deletion RPi/RF24/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ C. Copy the RPi library folder to the current directory, and delete the rest

D. Build the library, and run an example file:

make
sudo make install
cd examples
make
Expand Down

0 comments on commit c004c55

Please sign in to comment.