Update Makefile
This commit is contained in:
parent
924cb38cad
commit
2f11d9dd16
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ clean:
|
|||
rm fetchy
|
||||
|
||||
install:
|
||||
gcc -lm fetchy.c -o /bin/fetchy && fetchy
|
||||
gcc -lm fetchy.c -o /bin/fetchy
|
||||
|
||||
uninstall:
|
||||
rm /bin/fetchy
|
||||
|
|
Loading…
Add table
Reference in a new issue