diff options
| author | tslil <tslil@posteo.de> | 2021-01-12 16:19:31 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 4b4c3853c8ed0dab49e535db3dfd2a49a7dfea08 (patch) | |
| tree | 6332322c704688ed32fa99e18d6cc7d88020e181 /Makefile | |
| parent | a96ec5a74093eb800d14e143b81302d3e0905b85 (diff) | |
New weights
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include TPDIR=3rd-party -CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm +CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
