Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-10 06:26:10 +00:00
parent 698eafb18d
commit d24f632432

View file

@ -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