new file structure
This commit is contained in:
parent
03d91b3e73
commit
055ac3f1d6
6 changed files with 1872 additions and 1 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
all:
|
||||
echo "usage:\n sudo make install\n sudo make clean"
|
||||
|
||||
install:
|
||||
cp -a facebook-browser /usr/bin/;
|
||||
cp -a facebook-browser.xpm /usr/share/pixmaps/;
|
||||
cp -a facebook-browser.desktop /usr/share/applications/;
|
||||
|
||||
clean:
|
||||
rm /usr/bin/facebook-browser;
|
||||
rm /usr/share/pixmaps/facebook-browser.xpm;
|
||||
rm /usr/share/applications/facebook-browser.desktop;
|
Loading…
Add table
Add a link
Reference in a new issue