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