# Makefile for the Magnetohydrodynamics (MHD) Module 

VPATH += $(SRC)/MHD/Resistive
OBJ   +=  res_flux.o res_eta.o res_functions.o 
HEADERS += res.h
 

