Skip to content

Commit cb113b5

Browse files
committed
Delete a generated directory when doing make clean
1 parent cfc5c82 commit cb113b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
126126

127127
install-py:
128128
clean-py:
129+
$(AM_V_at)rm -rf $(builddir)/__pycache__
129130
distclean-py:
130131
uninstall-py:
131132

0 commit comments

Comments
 (0)