diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-17 13:25:41 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-17 13:25:41 +0200 |
| commit | f7bf8f96d3fae8ec28293783c0fb521eb7e99255 (patch) | |
| tree | 0fe2eafd6f38da7c3df1c8f46445b908697249f4 /Makefile | |
| parent | 2f4344fe6934b25709cb00a6706fd5d462d9e6f4 (diff) | |
feature(main): inlined the functions
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | .PHONY: all clean | 1 | .PHONY: all clean |
| 2 | 2 | ||
| 3 | CC := gcc | 3 | CC := gcc |
| 4 | CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY | 4 | CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Wno-implicit-fallthrough |
| 5 | LDLIBS := -lX11 -lm | 5 | LDLIBS := -lX11 -lm |
| 6 | 6 | ||
| 7 | BUILD_DIR := build | 7 | BUILD_DIR := build |
