From d25d4027bc295d36a1b2957a6f8b220c059d188a Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Tue, 20 May 2025 07:30:44 +0100 Subject: [PATCH] Make wapp target PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8c4970..82bf7b6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = clang CFLAGS = -g -O3 -Iraylib/include -Iwapp/src LDFLAGS = '-Wl,-rpath,$$ORIGIN/raylib/lib' -Lraylib/lib -lraylib -.PHONY: all raylib no_dod dod +.PHONY: all raylib wapp no_dod dod all: no_dod dod