Skip to content
Snippets Groups Projects
Commit 2246ef21 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Fixed typo makefile (getversion not done in very first compilation after download)

parent a6991d3f
No related branches found
No related tags found
No related merge requests found
v1.0-6-gf0c2ac3
v1.0-8-g24943ce
......@@ -109,7 +109,7 @@ clear:
clean:
rm -f *.o ../voronoi.exe *.mod *__genmod.*
compile: ${dir}/getversion ${dir}/version.o ${dir}/version_info.o ${dir}/${voronoi} ${dir}/${newsubs}
compile: getversion ${dir}/version.o ${dir}/version_info.o ${dir}/${voronoi} ${dir}/${newsubs}
${FC} ${dir}/version.o ${dir}/version_info.o ${voronoi} ${newsubs} ${LIBS} -o ../voronoi.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment