Skip to content

Commit

Permalink
src/cmd: be sure to clean noinst_SCRIPT python
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed May 4, 2019
1 parent 6cfe8d8 commit a6c8b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/Makefile.am
Expand Up @@ -90,6 +90,8 @@ noinst_SCRIPTS = \
python: Makefile
$(AM_V_GEN)printf "#!/bin/sh\nexec $(PYTHON) \"\$$@\"\n" > python \
&& chmod 755 python
clean-local:
rm -f python

#
# coverage:
Expand Down

0 comments on commit a6c8b63

Please sign in to comment.