aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)