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