Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-10 06:48:03 +00:00
parent 1d37cda49e
commit b3cdd1e556

View file

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