LDFLAGS += -L/usr/local/NRDOUBLE LDLIBS += -lnr -lm EXE = random sortlines histogram all: $(EXE) clean: $(RM) $(EXE) *~