Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-12 15:48:17 +00:00
parent 924cb38cad
commit 2f11d9dd16

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