From 672180b2ee3ed9b9ff984538a85e6eaf2e1c91bc Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 14 Oct 2017 16:16:34 +0200 Subject: Move assets to assets.cpp. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69c8d29..baad253 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ 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/game.cpp \ +SRC := src/assets.cpp \ + src/game.cpp \ src/interface.cpp \ src/main.cpp \ src/procgen.cpp \ -- cgit