summaryrefslogtreecommitdiff
path: root/examples/hello_cxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_cxx/Makefile')
-rw-r--r--examples/hello_cxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_cxx/Makefile b/examples/hello_cxx/Makefile
index f9a1a11..be0460d 100644
--- a/examples/hello_cxx/Makefile
+++ b/examples/hello_cxx/Makefile
@@ -4,7 +4,7 @@ WARNS = 4
CPPFLAGS += -I.
-SRCS = hello_msg.cc main.cc
+SRCS = main.cc hello_msg.cc five.c seven.c
MKC_REQD = 0.12.9