From 1fd33b69f7cef5f9dfe1da417717545f34c673d0 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 12 Dec 2017 14:57:52 +0100 Subject: Start moving game logic to src/game. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74c2486..7ddca74 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ PP_CC := $(PP_BOLD)$(shell tput setf 6)CC$(PP_RESET) PP_LD := $(PP_BOLD)$(shell tput setf 2)LD$(PP_RESET) PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET) -SRC := src/assets.cpp \ - src/game.cpp \ - src/interface.cpp \ +SRC := src/game/assets.cpp \ + src/game/game.cpp \ + src/game/interface.cpp \ src/main.cpp \ src/path_finder.cpp \ src/procgen.cpp \ -- cgit