Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
justy committed May 16, 2013
1 parent 727feeb commit ea7d274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RPi_utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ send: RCSwitch.o send.o
codesend: RCSwitch.o codesend.o
$(CXX) $(CXXFLAGS) $(LDFLAGS) $+ -o $@ -lwiringPi

RF_Sniffer: RCSwitch.o RF_Sniffer.o
RFSniffer: RCSwitch.o RFSniffer.o
$(CXX) $(CXXFLAGS) $(LDFLAGS) $+ -o $@ -lwiringPi


Expand Down

0 comments on commit ea7d274

Please sign in to comment.