aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed1c393..f35b06a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,7 @@ tests/tests: ls_queue.o tests/tests.c tests/ls_test.h
# most pedantic settings.
# Dont use this.
ls_queue.o: ls_queue.h
- $(CC) -c -x c -o $@ $^ -Wall -Wextra -Wpedantic -Werror -ansi -std=c89 \
- -DLS_QUEUE_IMPLEMENTATION \
+ $(CC) -c -x c -o $@ $^ -Wall -Wextra -Wpedantic -Werror -std=c89 \
-Wno-error=pragma-once-outside-header \
-Wno-pragma-once-outside-header