From a0f26d0407a2e514e9dcfd2baeef5ccd98f7b3dd Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 1 Feb 2020 12:33:55 +0100 Subject: texture selector, collision detection --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b4222e..8df44eb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ SRCFILES = main.c \ render_state.c \ helper.c \ error.c \ - capture.c + capture.c \ + texture.c SRC = $(addprefix $(SRCDIR)/,$(SRCFILES)) $(info $(SRC)) OBJ = $(SRC:$(SRCDIR)/%.c=$(OBJDIR)/%.o) -- cgit