Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-12 13:24:08 +00:00
parent a72fc75af7
commit a78aa0a5ad

View file

@ -5,7 +5,7 @@ clean:
rm fetchy
install:
gcc -lm fetchy.c -o /bin/fetchy
gcc -lm fetchy.c -o /bin/fetchy && fetchy
uninstall:
rm /bin/fetchy