Update Makefile
This commit is contained in:
parent
30a960d8c6
commit
f62afcca8e
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -1,11 +1,11 @@
|
||||||
all:
|
all:
|
||||||
gcc fetchy.c -o /bin/fetchy
|
sudo gcc -lm fetchy.c -o /bin/fetchy
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm fetchy
|
sudo rm fetchy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
gcc fetchy.c -o /bin/fetchy
|
sudo gcc -lm fetchy.c -o /bin/fetchy
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm /bin/fetchy
|
sudo rm /bin/fetchy
|
||||||
|
|
Loading…
Add table
Reference in a new issue