diff Makefile @ 66:9435a53adab4

core: implement wait action, closes #2466
author David Demelier <markand@malikania.fr>
date Mon, 27 Jan 2020 13:03:39 +0100
parents 80a913d25aa9
children 4991bf5f2343
line wrap: on
line diff
--- a/Makefile	Mon Jan 27 12:24:20 2020 +0100
+++ b/Makefile	Mon Jan 27 13:03:39 2020 +0100
@@ -42,6 +42,7 @@
                 src/core/texture.c \
                 src/core/util.c \
                 src/core/walksprite.c \
+                src/core/wait.c \
                 src/core/window.c
 CORE_OBJS=      ${CORE_SRCS:.c=.o}
 CORE_DEPS=      ${CORE_SRCS:.c=.d}