summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-16 22:01:12 +0200
committernasr <nsrddyn@gmail.com>2026-04-16 22:01:12 +0200
commit2f4344fe6934b25709cb00a6706fd5d462d9e6f4 (patch)
tree7c8e3d5eaa416653253c74ab917506d5a6f48cf7 /Makefile
parent13d9e4df0f4555079d16313a54c6035e22d575a6 (diff)
feaature(main): drawing enemys at random positions and storing them as a linked list
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 968ea4b..985ed38 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. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY 4CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY
5LDLIBS := -lX11 -lm 5LDLIBS := -lX11 -lm
6 6
7BUILD_DIR := build 7BUILD_DIR := build