summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8ce5b4..335e5aa 100644
--- a/Makefile
+++ b/Makefile
@@ -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))