diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
