fibercrypto / fibercrypto/libskyfiber
[QUESTION] Refactor variable name in makefile
Open
- Dominant language
- C
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Feature description**
Looking at the `LIBC_FLAGS` valu [in source code](https://github.com/skycoin/libskycoin/blob/785df27662e57b8ecd78644c7e212b7d2c5d9f43/Makefile#L41), and [the assigned values to `LDFLAGS`](https://github.com/skycoin/libskycoin/blob/785df27662e57b8ecd78644c7e212b7d2c5d9f43/Makefile#L60). I think that compiler flags are commonly assigned to a `CFLAGS` variables and `LDFLAGS` for linker flags.
**Possible implementation**
Just use a `CFLAGS` variable for compiler flags.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.