12 lines
174 B
Makefile
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
|
|
|