From fc6df6da74a300012de7bc83d464c0e55327a441 Mon Sep 17 00:00:00 2001 From: Guenael Date: Sat, 4 Dec 2021 16:44:31 -0500 Subject: [PATCH] chore(Makefile): install stage added --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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