summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-17 13:25:41 +0200
committernasr <nsrddyn@gmail.com>2026-04-17 13:25:41 +0200
commitf7bf8f96d3fae8ec28293783c0fb521eb7e99255 (patch)
tree0fe2eafd6f38da7c3df1c8f46445b908697249f4 /Makefile
parent2f4344fe6934b25709cb00a6706fd5d462d9e6f4 (diff)
feature(main): inlined the functions
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 985ed38..932ecb0 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1.PHONY: all clean 1.PHONY: all clean
2 2
3CC := gcc 3CC := gcc
4CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY 4CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Wno-implicit-fallthrough
5LDLIBS := -lX11 -lm 5LDLIBS := -lX11 -lm
6 6
7BUILD_DIR := build 7BUILD_DIR := build