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:
|
all:
|
||||||
gcc fetchy.c -o fetchy
|
gcc fetchy.c -o /usr/bin/fetchy
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm fetchy
|
rm fetchy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
gcc fetchy.c -o fetchy
|
gcc fetchy.c -o /usr/bin/fetchy
|
||||||
mv -f fetchy /usr/bin/
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm /usr/bin/fetchy
|
rm /usr/bin/fetchy
|
||||||
|
|
Loading…
Add table
Reference in a new issue