diff Makefile @ 49:a8c7db56ccb0

core: backed out changeset 55869b5e4761 We don't need properties because we will generate them in the map.
author David Demelier <markand@malikania.fr>
date Fri, 17 Jan 2020 12:09:30 +0100
parents 55869b5e4761
children 402aa7dcffe1
line wrap: on
line diff
--- a/Makefile	Thu Jan 16 14:57:51 2020 +0100
+++ b/Makefile	Fri Jan 17 12:09:30 2020 +0100
@@ -37,7 +37,6 @@
                 src/sys.c \
                 src/texture.c \
                 src/util.c \
-                src/property.c \
                 src/splashscreen.c \
                 src/walksprite.c \
                 src/window.c
@@ -56,8 +55,7 @@
 
 TESTS=          tests/test-color.c \
                 tests/test-error.c \
-                tests/test-map.c \
-                tests/test-property.c
+                tests/test-map.c
 TESTS_INCS=     -I extern/libgreatest -I src ${SDL_CFLAGS}
 TESTS_LIBS=     ${LIB} ${SDL_LDFLAGS} ${LDFLAGS}
 TESTS_OBJS=     ${TESTS:.c=}