aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-04-13 13:11:34 +0200
committerFederico Angelilli <code@fedang.net>2025-04-13 15:04:03 +0200
commitdad7221c16bb20925076c1925027a89beeb5fff9 (patch)
treeea5f873bad3292e53cbc05fa8aca66d2e49fa049 /Makefile
parent846a833042aaf55747908fdb481a11a57e904a6c (diff)
any_log v0.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 093fdba..641e8be 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: tests
tests: $(TESTS)
%: %.c
- $(CC) -I. $< -o $@ -ggdb -std=c99
+ $(CC) -I. $< -o $@ -ggdb -std=c99 -pedantic -Wall -Wextra
clean:
rm -rf $(TESTS)