Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jun 8, 2024
1 parent 1f21094 commit b3726ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ OpenGL_${GLUT}.o: OpenGL_gl.o
fortranBird : %: %.F90 ${MODULES} force
${FC} ${FFLAGS} -O3 -c $<
${FC} $@.o ${MODULES} ${LIBRARIES} ${LIBS} -o $@
./$@

OpenGL%.mod: OpenGL%.F90
${FC} ${FFLAGS} -O3 -c $<
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
make clean && make
mv fortranBird fortranBird-linux-x86_64
make clean && COMPILER=x86_64-w64-mingw32-gfortran-posix make
Binary file added fortranBird-linux-x86_64
Binary file not shown.

0 comments on commit b3726ae

Please sign in to comment.