all: gcc fetchy.c -o /bin/fetchy clean: rm fetchy install: gcc fetchy.c -o /bin/fetchy uninstall: rm /bin/fetchy