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