complete rename of tetra-rx in Makefile and .gitignore

This commit is contained in:
Dimitri Stolnikov 2011-01-22 14:50:24 +01:00
parent 0855305aa9
commit cea678608f
2 changed files with 2 additions and 2 deletions

2
src/.gitignore vendored
View File

@ -3,6 +3,6 @@
*.pyc
.*.swp
conv_enc_test
burst_test
tetra-rx
float_to_bits
crc_test

View File

@ -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