uni

University stuff
git clone git://git.christosmarg.xyz/uni-assignments.git
Log | Files | Refs | README | LICENSE

commit 697010c5bfc30168a42e3f5e2b3686c9d119fa82
parent 52a5b745cf5e60c63871f7afa125a4a3dccf1977
Author: Christos Margiolis <christos@margiolis.net>
Date:   Wed, 18 Dec 2019 02:25:14 +0200

corrected README and fixed bat

Diffstat:
Massignment-1.4-functions/README.md | 6++----
Massignment-1.4-functions/autocompile.bat | 2+-
2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/assignment-1.4-functions/README.md b/assignment-1.4-functions/README.md @@ -38,10 +38,8 @@ __Requirements:__ MinGW gcc compiler ### Method 2 -1. Open Command Prompt, or the integrated terminal of your editor. -2. Move to the assignment's directory: ```$ cd full_path/assignment-1.4-functions``` -3. Run the ```autocompile.bat``` script: ```$ autocompile``` -4. Enter the name of the program when the script prints ```"Program name: "``` __exactly__ as it's written in the folder. +1. Run the ```autocompile.bat``` script. +2. Enter the name of the program when the script prints ```"Program name: "``` __exactly__ as it's written in the folder. diff --git a/assignment-1.4-functions/autocompile.bat b/assignment-1.4-functions/autocompile.bat @@ -19,7 +19,7 @@ cd ../obj :: Link and move executable to the right directory gcc main.o %program%-libs.o -lm -move a.out ../exec +move a.exe ../exec cd ../exec :: Execute program