uni

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

commit 2d9bffd14e7152e4661dbc0f464bd37adf722153
parent 6c31f753010d0ca3dfebc6e0f13d4c307036f5e9
Author: Christos Margiolis <christos@margiolis.net>
Date:   Wed, 18 Dec 2019 01:46:54 +0200

corrected README

Diffstat:
Massignment-1.4-functions/README.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/assignment-1.4-functions/README.md b/assignment-1.4-functions/README.md @@ -21,6 +21,9 @@ 3. _In case step 4 fails, do this first_: ```$ chmod +x autocompile.sh``` 4. Run the ```autocompile.sh``` script: ```$ ./autocompile.sh program_name``` + +In case you want to compile and run ```hanoi-tower```, just do: ```$ gcc -c hanoi-tower.c && gcc hanoi-tower.o && ./a.out``` + ## Windows __Requirements:__ MinGW gcc compiler @@ -42,4 +45,4 @@ __Requirements:__ MinGW gcc compiler -In case you want to compile and run ```hanoi-tower```, just do: ```$ gcc -c hanoi-tower.c && gcc hanoi-tower.o && ./a.out```- \ No newline at end of file +In case you want to compile and run ```hanoi-tower```, just do: ```$ gcc -c hanoi-tower.c && gcc hanoi-tower.o && a.exe```+ \ No newline at end of file