summaryrefslogtreecommitdiffstats
path: root/prunedrpms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'prunedrpms/Makefile')
-rw-r--r--prunedrpms/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/prunedrpms/Makefile b/prunedrpms/Makefile
new file mode 100644
index 0000000..cd13c34
--- /dev/null
+++ b/prunedrpms/Makefile
@@ -0,0 +1,7 @@
+clean:
+ rm -f *.pyc *.pyo *~
+
+install:
+ install -m 755 prunedrpms $(DESTDIR)/usr/bin/
+ mkdir -p $(DESTDIR)/usr/share/prunedrpms
+ install -m 755 PruneDrpms.py $(DESTDIR)/usr/share/prunedrpms