From cd9b7052f07291e3975bad5dcfe9ad0338c17e74 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 15 Dec 2017 15:01:38 +0100 Subject: Add tracers. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28b2a67..6b36dd3 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ PP_LD := $(PP_BOLD)$(shell tput setf 2)LD$(PP_RESET) PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET) SRC := src/game/assets.cpp \ + src/game/effects.cpp \ src/game/game.cpp \ src/game/interface.cpp \ src/game/units.cpp \ -- cgit