LEVEL = ../../../..

PROG	 = miniAMR
CPPFLAGS = -I.
LDFLAGS	 = -lm
RUN_OPTIONS = --nx 8 --ny 8 --nz 8 --num_tsteps 100
include $(LEVEL)/MultiSource/Makefile.multisrc
