include make/all_head.mk

# If you want to create more targets, feel free
# to write the makefiles and include them here.
include make/nbody.mk
include make/nbody-demo.mk
include make/nbody-test.mk

include make/all_tail.mk
