fpakc/src/modules/mesh/inout/makefile
Jorge Gonzalez d2b36632c9 Implementation of 0D grid for analysis of collisional operators.
Still need to add a 0D pusher and the corresponding input configuration
and documentation.
2021-04-12 18:54:33 +02:00

7 lines
76 B
Makefile

all: gmsh2.o 0D.o
gmsh2.o:
$(MAKE) -C gmsh2 all
0D.o:
$(MAKE) -C 0D all