From e150d54ca90a8d1cc99ce4d1b8285f5ea971e279 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 2 Dec 2017 09:57:42 +0300 Subject: Yaml loader for text resources added, need to be involved --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8b76ba..7277eee 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ CFLAGS+=-I$(INCLUDE) LIBS+=-lcsfml-graphics LIBS+=-lcsfml-window LIBS+=-lcsfml-system +LIBS+=-lyaml BUILD:=build SRC:=src -- cgit v1.2.3