Merge pull request #50 from Guenael/guenael

chore(Makefile): install stage added
pull/52/head
Guenael, VA2GKA 2021-12-04 16:45:48 -05:00 zatwierdzone przez GitHub
commit 6e0ff99ace
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -17,4 +17,7 @@ rtlsdr_wsprd: $(OBJS)
$(CC) -o $@ $^ $(LIBS)
clean:
rm -f *.o wsprd/*.o $(TARGETS) wspr_wisdom.dat hashtable.txt
rm -f *.o wsprd/*.o $(TARGETS) wspr_wisdom.dat hashtable.txt
install:
install rtlsdr_wsprd /usr/local/lib/rtlsdr_wsprd