changeset 5:4b742b1fedb8

add some files
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Thu, 02 Jan 2014 15:18:21 +0900
parents 57b2c00b9dc6
children 7b0b23f3538d
files parallel_processing/ppb_first_thread/Makefile parallel_processing/ppb_first_thread/ppb_first_thread.cc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel_processing/ppb_first_thread/Makefile	Thu Jan 02 15:18:21 2014 +0900
@@ -0,0 +1,5 @@
+CC = clang++
+CPPFLAGS = -g -O0
+ppb_first_thread: ppb_first_thread.o
+	$(CC) -g -O0 -o $@ $<
+ppb_first_thread.o: ppb_first_thread.cc