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