diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CC ?= gcc CFLAGS ?= -Wall -Wextra -O0 -I$(RAYLIB_PREFIX)/include -DMAIN_WINDOW_TITLE="\"$(TARGET)\"" # LDFLAGS=-v LDLIBS := $(RAYLIB_PREFIX)/lib/libraylib.a -lm -SRCS := $(filter-out test_%.c, $(wildcard *.c)) +SRCS := $(filter-out editor.c, $(filter-out test_%.c, $(wildcard *.c))) OBJS := $(SRCS:.c=.o) DEPDIR := .deps DEPS := $(addprefix $(DEPDIR)/, $(OBJS:.o=.d)) |
