Update Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-10 06:26:10 +00:00
parent 698eafb18d
commit d24f632432

View file

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