Files
geant4/examples/advanced/hadrontherapy/macro/GNUmakefile
T
2016-06-09 16:15:05 +02:00

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