chore(Makefile): install stage added

pull/50/head
Guenael 2021-12-04 16:44:31 -05:00
rodzic 77a83ffc3f
commit fc6df6da74
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