diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-16 22:01:12 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-16 22:01:12 +0200 |
| commit | 2f4344fe6934b25709cb00a6706fd5d462d9e6f4 (patch) | |
| tree | 7c8e3d5eaa416653253c74ab917506d5a6f48cf7 /Makefile | |
| parent | 13d9e4df0f4555079d16313a54c6035e22d575a6 (diff) | |
feaature(main): drawing enemys at random positions and storing them as a linked list
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. -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY | 4 | CFLAGS := -I. -g -o0 -Wall -Wextra -Wno-unused-function -Wno-unused-variable -Dtb_UNITY |
| 5 | LDLIBS := -lX11 -lm | 5 | LDLIBS := -lX11 -lm |
| 6 | 6 | ||
| 7 | BUILD_DIR := build | 7 | BUILD_DIR := build |
