dragon540 / dragon540/ScientificCalc
Update Makefile(or use CMake) for cross platform compilation
Open
TODO
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
As of now, the compilation and linking of multiple files is carried out through the makefile, this raises the problem of platform dependency since the compilation command is slightly different on Linux and Windows.
Multiple ways to solve this includes -
1. Having separate makefiles for separate platforms
2. Specify different target for different platform in same makefile
3. Use something like CMake
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.