From 89b67a7092ed6aae966b356d0cdb8607e51e2c4e Mon Sep 17 00:00:00 2001 From: Pedro de Medeiros Date: Tue, 24 May 2022 20:46:40 -0300 Subject: fixed docs and comment --- game/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game') diff --git a/game/src/Makefile b/game/src/Makefile index fef5f24..b05ef4e 100644 --- a/game/src/Makefile +++ b/game/src/Makefile @@ -12,7 +12,7 @@ TMPDIR := ../build # will automatically include (and compile) any .c or .z80 file OBJS := $(patsubst %.c,$(TMPDIR)/%.rel,$(wildcard *.c)) $(patsubst %.z80,$(TMPDIR)/%.rel,$(wildcard *.z80)) # crt0.z80 is compiled as requirement of the targets and MUST be linked first, -# so we exlude it from the list of user-provided source +# so we exclude it from the list of user-provided source OBJS := $(filter-out $(TMPDIR)/crt0.rel,$(OBJS)) UBOX_LIBS := $(wildcard ../../lib/*.lib) -- cgit v1.2.3