aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-26 22:33:07 -0500
committerame <[email protected]>2024-08-26 22:33:07 -0500
commitd0c7c5b0dd9d20bfc323dc10c67f9de12d58c343 (patch)
tree893fe45044ce5869246328f82eca2e7b78f02dd6 /makefile
parentfda120441cabfefc511786d7a6af40eec9f181fa (diff)
initial param matching
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 72e3243..11731cb 100644
--- a/makefile
+++ b/makefile
@@ -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)' -Wall
+CFLAGS := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)'
LFLAGS := -lm -shared
LINKER := clang