Still need to add a 0D pusher and the corresponding input configuration and documentation.
7 lines
76 B
Makefile
7 lines
76 B
Makefile
all: gmsh2.o 0D.o
|
|
|
|
gmsh2.o:
|
|
$(MAKE) -C gmsh2 all
|
|
|
|
0D.o:
|
|
$(MAKE) -C 0D all
|