Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-09 11:06:29 +00:00
parent 30a960d8c6
commit f62afcca8e

View file

@ -1,11 +1,11 @@
all: all:
gcc fetchy.c -o /bin/fetchy sudo gcc -lm fetchy.c -o /bin/fetchy
clean: clean:
rm fetchy sudo rm fetchy
install: install:
gcc fetchy.c -o /bin/fetchy sudo gcc -lm fetchy.c -o /bin/fetchy
uninstall: uninstall:
rm /bin/fetchy sudo rm /bin/fetchy