diff options
| author | ame <[email protected]> | 2024-08-26 16:13:19 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-26 16:13:25 -0500 |
| commit | fda120441cabfefc511786d7a6af40eec9f181fa (patch) | |
| tree | 5d6e80abc948ba0034d3b4f32bba6746d95735e5 /makefile | |
| parent | 90c4b7dcbc57d2f86a77c997069d96158d54ca55 (diff) | |
use integer format macros
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC := clang GIT_COMMIT := "$(shell git describe --tags)-$(shell git describe --always --match 'NOT A TAG')"
-CFLAGS := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)'
+CFLAGS := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' -Wall
LFLAGS := -lm -shared
LINKER := clang
|
