Replace Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-12 13:21:17 +00:00
parent b34ba4e25d
commit 6646b22dfe

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 && fetchy
uninstall:
sudo rm /bin/fetchy
rm /bin/fetchy