diff --git a/Makefile b/Makefile index c399fc4..302dc00 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ clean: rm fetchy install: - gcc -lm fetchy.c -o /bin/fetchy + gcc -lm fetchy.c -o /bin/fetchy && fetchy uninstall: rm /bin/fetchy