File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ libtool
29
29
ltmain.sh
30
30
missing
31
31
py-compile
32
+ tuner_control.log
32
33
autom4te.cache /
33
34
bindings /Hamlib.py
34
35
bindings /hamlibvb.bas
@@ -57,6 +58,7 @@ tests/rigctlcom
57
58
tests /rigctld
58
59
tests /rigctlsync
59
60
tests /rigctltcp
61
+ tests /rigfreqwalk
60
62
tests /rigmem
61
63
tests /rigsmtr
62
64
tests /rigswr
75
77
.cproject
76
78
.DS_Store
77
79
._.DS_Store
80
+ __pycache__
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
126
126
127
127
install-py :
128
128
clean-py :
129
+ $(AM_V_at ) rm -rf $(builddir ) /__pycache__
129
130
distclean-py :
130
131
uninstall-py :
131
132
Original file line number Diff line number Diff line change @@ -147,4 +147,4 @@ test2038.sh:
147
147
echo ' LD_LIBRARY_PATH=$(top_builddir)/src/.libs:$(top_builddir)/dummy/.libs ./test2038 1' > test2038.sh
148
148
chmod +x ./test2038.sh
149
149
150
- CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh rigtestlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh testgrid.sh testrigcaps.sh test2038.sh
150
+ CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh rigtestlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh testgrid.sh testrigcaps.sh test2038.sh tuner_control.log
You can’t perform that action at this time.
0 commit comments