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 rm fetchy
install: install:
gcc -lm fetchy.c -o /bin/fetchy && fetchy gcc -lm fetchy.c -o /bin/fetchy
uninstall: uninstall:
rm /bin/fetchy rm /bin/fetchy