all: testModule.h5mod

testModule.h5mod: testModule.c Makefile
	gcc -fPIC -g -Wall -shared -o testModule.h5mod testModule.c

clean:
	rm -f testModule.h5mod
