diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-21 14:56:55 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | eab1d81df4455eb89b2663dcdd45a024f4633a2e (patch) | |
| tree | 849ec82180af6626e6d8e31f4c7b75761a6a1146 /Makefile | |
| parent | bb4d6da7d75de116c2fb6bd50ed96d5c478afd66 (diff) | |
Finally (?) fixed winning avoidance
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include DEFINES=-DDETERMINISTIC -CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) +CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
