aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/Makefile')
-rw-r--r--sos/plugins/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sos/plugins/Makefile b/sos/plugins/Makefile
index d6439a3f..56b53d76 100644
--- a/sos/plugins/Makefile
+++ b/sos/plugins/Makefile
@@ -6,6 +6,9 @@ PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix')
PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)
PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE)/plugins
+all:
+ echo "nada"
+
clean:
rm -f *.pyc *.pyo *~