# Makefile for src

all:
	cd string
	nmake
        cd ../netcdf
	nmake

clean:
	cd string
	nmake clean
	cd ../netcdf
	nmake clean
