Add 'mclu reboot' command.
[mclu.git] / Makefile.am
index 1d9c8bc..2723187 100644 (file)
@@ -35,6 +35,7 @@ pkgdata_SCRIPTS = \
        mclu_info.py \
        mclu_list.py \
        mclu_migrate.py \
+       mclu_reboot.py \
        mclu_shutdown.py \
        mclu_start.py \
        mclu_status.py \
@@ -57,3 +58,8 @@ CLEANFILES = \
        config.py \
        mclu \
        mclu.spec
+
+# Run pylint.
+
+lint:
+       pylint -E $(pkgdata_SCRIPTS)