diff --git a/Makefile b/Makefile index f275adb..3a3ff0a 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,7 @@ rtlsdr_wsprd: $(OBJS) $(CC) -o $@ $^ $(LIBS) clean: - rm -f *.o wsprd/*.o $(TARGETS) wspr_wisdom.dat hashtable.txt \ No newline at end of file + rm -f *.o wsprd/*.o $(TARGETS) wspr_wisdom.dat hashtable.txt + +install: + install rtlsdr_wsprd /usr/local/lib/rtlsdr_wsprd