Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-09 11:06:29 +00:00
parent 30a960d8c6
commit f62afcca8e

View file

@ -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:
gcc fetchy.c -o /bin/fetchy
sudo gcc -lm fetchy.c -o /bin/fetchy
uninstall:
rm /bin/fetchy
sudo rm /bin/fetchy