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 8df44eb..56893ed 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ SRCFILES = main.c \
helper.c \
error.c \
capture.c \
- texture.c
+ texture.c \
+ render_sprite.c
SRC = $(addprefix $(SRCDIR)/,$(SRCFILES))
$(info $(SRC))
OBJ = $(SRC:$(SRCDIR)/%.c=$(OBJDIR)/%.o)