@ -1,11 +1,11 @@
all:
gcc fetchy.c -o /bin/fetchy
sudo gcc -lm fetchy.c -o /bin/fetchy
clean:
rm fetchy
sudo rm fetchy
install:
uninstall:
rm /bin/fetchy
sudo rm /bin/fetchy