diff --git a/Makefile b/Makefile index 302dc00..6dcf7c7 100644 --- a/Makefile +++ b/Makefile @@ -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