DESTDIR=/usr/local/bin/ default: gcc rtv4d-dl.c -o rtv4d-dl -Wall -I. install: cp rtv4d-dl $(DESTDIR) distclean: rm rtv4d-dl -f clean: rm rtv4d-dl -f