Files
geant4/examples/advanced/hadrontherapy/macro/GNUmakefile
T

12 lines
174 B
Makefile

# GNUmakefile for macro directory, Gillis Danielsen
all:
make doc
doc:
doxygen ./configureDoxygen
viewdoc:
make doc
firefox ../../hadrontherapyDoxygen/html/index.html