I am trying to install a plasmoid, using these steps. When I try to "make" it says no target is specified. any help? I am Running Fedora 9
tar -xvf plasmoid.tar.gz
cd plasmoid
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` ..
make
sudo make install OR su -c “make install”