Makepkg Push
This commit is contained in:
parent
089d2131c8
commit
bc8ea04111
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -1,12 +1,11 @@
|
|||
all:
|
||||
gcc fetchy.c -o fetchy
|
||||
gcc fetchy.c -o /usr/bin/fetchy
|
||||
|
||||
clean:
|
||||
rm fetchy
|
||||
|
||||
install:
|
||||
gcc fetchy.c -o fetchy
|
||||
mv -f fetchy /usr/bin/
|
||||
gcc fetchy.c -o /usr/bin/fetchy
|
||||
|
||||
uninstall:
|
||||
rm /usr/bin/fetchy
|
||||
|
|
Loading…
Add table
Reference in a new issue