From ac555d6b7644776b4351eb4981dab3aedc135883 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Sun, 16 Jan 2011 15:20:13 -0200 Subject: added initial plasma prototype --- plasma/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plasma/Makefile (limited to 'plasma/Makefile') diff --git a/plasma/Makefile b/plasma/Makefile new file mode 100644 index 0000000..ba9252b --- /dev/null +++ b/plasma/Makefile @@ -0,0 +1,7 @@ +all: plasmapkg + +plasmapkg: + zip -r ../net_monitor_plasma.zip contents/ metadata.desktop + +clean: + rm -f ../net_monitor_plasma.zip -- cgit v1.2.1