
all:
	@echo "create libext.a"
	cc -c -o atom_compute_extlib.o -fPIC atom_compute_extlib.c
	ar rcs libext.a atom_compute_extlib.o

	
