Update Makefile

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

View file

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