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