all: send
send: RCSwitch.o send.o
$(CXX) $(CXXFLAGS) $(LDFLAGS) $+ -o $@ -lwiringPi
rawsend: RCSwitch.o rawsend.o
clean:
$(RM) *.o send rawsend