first real commit for the random stuff

This commit is contained in:
tth
2022-05-23 12:23:21 +02:00
parent 67ea2613e6
commit 7cde5e3b6b
5 changed files with 38 additions and 1 deletions

14
RandomStuff/Makefile Normal file
View File

@@ -0,0 +1,14 @@
#
# Fortraneries by tTh -
#
all: essai displaykinds
# -----------------------------------------------------
essai: essai.f90 Makefile
gfortran -Wall $< -o $@
displaykinds: displaykinds.f90 Makefile
gfortran -Wall $< -o $@