diff --git a/src/.gitignore b/src/.gitignore index f3ab7b6..c23a183 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -3,6 +3,6 @@ *.pyc .*.swp conv_enc_test -burst_test +tetra-rx float_to_bits crc_test diff --git a/src/Makefile b/src/Makefile index 3a0564f..2d56461 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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