dragon540 / dragon540/ScientificCalc

Update Makefile(or use CMake) for cross platform compilation

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.