diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-04-21 23:57:34 +0200 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-04-21 23:57:34 +0200 |
| commit | b40d44202ed0c79cbb769edba8de57412d07501a (patch) | |
| tree | 00109eba9702b3d117ca9ea3fc9ff9163a3dabba /GNUmakefile | |
| parent | a2c8cd78cdb0532496ee6487878b7c52a782e871 (diff) | |
| download | trashbinphysics-b40d44202ed0c79cbb769edba8de57412d07501a.tar.gz | |
Enough for today
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 36ba9fc..e5f0453 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ CC := cc -CCFLAGS := -O3 -std=c99 -pedantic -Wall -Wextra +CCFLAGS := -O3 -std=c99 -pedantic -Wall -Wextra -Wno-missing-braces LDFLAGS := -lraylib -lm SRC_DIR := src DST_DIR := dst |
