From bc50836fdcd20fda174df392c264cc6f03030cdf Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 30 Mar 2016 09:22:51 +0200 Subject: ITC WIP #1. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 906910c..75d59bb 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ 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/main.c src/physics.c src/renderer.c src/ui.c +SRC := src/main.c src/physics.c src/renderer.c src/ui.c src/itc.c OBJ := $(SRC:src/%.c=obj/%.o) OUT := cem -- cgit