diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-03-30 21:20:07 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-03-30 21:20:07 +0200 |
commit | 523f6b460dcf1f864656a9a6ccc2a54d52f385c6 (patch) | |
tree | dd457448a2518ce45ac36ba427c12491f01d7e76 /Makefile | |
parent | 745d5a072d8669d1bc35e7c1f28b75b3484542e8 (diff) |
Split common.h.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/main.c src/physics.c src/renderer.c src/ui.c src/itc.c +SRC := src/main.c src/physics.c src/renderer.c src/ui.c src/itc.c \ + src/common.c OBJ := $(SRC:src/%.c=obj/%.o) OUT := cem |