mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-08 18:04:12 +02:00
complete rename of tetra-rx in Makefile and .gitignore
This commit is contained in:
parent
0855305aa9
commit
cea678608f
2 changed files with 2 additions and 2 deletions
2
src/.gitignore
vendored
2
src/.gitignore
vendored
|
@ -3,6 +3,6 @@
|
|||
*.pyc
|
||||
.*.swp
|
||||
conv_enc_test
|
||||
burst_test
|
||||
tetra-rx
|
||||
float_to_bits
|
||||
crc_test
|
||||
|
|
|
@ -22,4 +22,4 @@ conv_enc_test: conv_enc_test.o testpdu.o libosmo-tetra-phy.a libosmo-tetra-mac.a
|
|||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
@rm -f conv_enc_test crc_test burst_test float_to_bits *.o phy/*.o lower_mac/*.o *.a
|
||||
@rm -f float_to_bits crc_test tetra-rx conv_enc_test *.o phy/*.o lower_mac/*.o *.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue