view extra/linear-algebra/Makefile @ 193:41d9a37fd876 octave-forge

Makefiles more consistent; accept optional "install" target in tertiary makes
author pkienzle
date Mon, 18 Mar 2002 07:43:33 +0000
parents 6b33357c7561
children 18e81b04f8c5
line wrap: on
line source

include ../../Makeconf

OBJ = chol.o ov-re-tri.o

all: chol.oct

chol.oct: $(OBJ)
	$(MKOCTFILE) -o $@ $(OBJ)

clean: ; $(RM) *.o core octave-core *.oct *~