Skip to content

Commit

Permalink
Updated readme and makefile with info on building project
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-87 committed Jun 8, 2021
1 parent 5533c8c commit b5be7f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ gc:
mod:
gfortran -c src/*.f90
rm *.o
brun:
make clean
make compile
make run
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# fortran-calc
simple reverse poland calculator in fortran.

## How to build:
Simply download the source, and do a `bmake`. This will compile the software, and will place the executable as fcalc in the top level dir of this project.

Requirements:
* `gfortran`
* `bmake`

## avalible operators:
* `+`
* `-`
Expand Down

0 comments on commit b5be7f1

Please sign in to comment.