summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-06-11 15:15:47 +0200
committersijanec <sijanecantonluka@gmail.com>2020-06-11 15:15:47 +0200
commit5b18c8d8f8d84c1e87a86c4dc4cf0984170c9aa8 (patch)
tree9c17d4138a5036edd6edf0fb252623c779d7dbfc /Makefile
parentdodani podprogrami (diff)
downloadZVEZDE-master.tar
ZVEZDE-master.tar.gz
ZVEZDE-master.tar.bz2
ZVEZDE-master.tar.lz
ZVEZDE-master.tar.xz
ZVEZDE-master.tar.zst
ZVEZDE-master.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..98a4e31
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+default:
+ # *** ZVEZDE namestitvena Makefile datoteka ***
+ # (C) prof. Konrad Lenasi 1990
+ # Koraki namestitve:
+ # make pripravi Namesti gfortran (potrebuje apt in sudo)
+ # make namesti Zgradi program zvezde kot poganljivo datoteko
+ # Noben korak ni bil izbran, konĨujem make ...
+
+pripravi:
+ sudo apt install gfortran -y
+
+namesti:
+ gfortran *.FOR -o zvezde