diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ SRC = \ libcppbuild.cc \ task_cc.cc \ task_ld.cc \ + task_ar.cc \ + task.cc \ execute.cc \ OBJ = $(patsubst %.cc,%.o,$(SRC)) |