Add library build and install
This commit is contained in:
parent
c6d79b961c
commit
91f2e648c8
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -21,3 +21,6 @@ decode_ft8: decode_ft8.o fft/kiss_fftr.o fft/kiss_fft.o ft8/decode.o ft8/encode.
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o ft8/*.o common/*.o fft/*.o $(TARGETS)
|
rm -f *.o ft8/*.o common/*.o fft/*.o $(TARGETS)
|
||||||
|
install:
|
||||||
|
$(AR) rc libft8.a ft8/constants.o ft8/encode.o ft8/pack.o ft8/text.o common/wave.o
|
||||||
|
install libft8.a /usr/lib/libft8.a
|
||||||
|
|
Loading…
Reference in a new issue