sinclude ../../Makeconf

PROGS=command.oct deref.oct mark_for_deletion.oct

all: $(PROGS)

$(PROGS): Makefile

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