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