diff options
-rw-r--r-- | pynslcd/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am index 34e50c1..664d6bf 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -26,6 +26,10 @@ CLEANFILES = $(nodist_pynslcd_PYTHON) all-local: $(nodist_pynslcd_PYTHON) +# clean up locally created compiled Python files +clean: + rm -f *.pyc *.pyo + # create a symbolic link for the pynslcd daemon and fix permissions install-data-hook: chmod a+rx $(DESTDIR)$(pynslcddir)/pynslcd.py |