diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-03-30 09:22:51 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-03-30 09:22:51 +0200 |
commit | bc50836fdcd20fda174df392c264cc6f03030cdf (patch) | |
tree | 253a730e829cffa24d164db8b3d04fd7a428627b /Makefile | |
parent | b72ce003432393e67b030a8a1be8a7b1c580bcf7 (diff) |
ITC WIP #1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |