This repository has been archived on 2025-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-09-20 14:17:13 +03:00

8 lines
443 B
Plaintext
Raw Blame History

C:\msys64\mingw64\bin\make.exe --dry-run --always-make --keep-going --print-directory
make: Entering directory 'c:/Users/Dell/OneDrive - LUT University/LUT-yliopisto/Jouni J<>rvinen - Principles of C-programming/Project/Makefile'
gcc -c Main.c
gcc -c Library.c
gcc Library.o Main.o -o project
make: Leaving directory 'c:/Users/Dell/OneDrive - LUT University/LUT-yliopisto/Jouni J<>rvinen - Principles of C-programming/Project/Makefile'