From bc8b25511308f54b4ced6e9b70d2e987d612b4af Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 14 Mar 2012 15:00:46 -0700 Subject: [PATCH] Makefile: switch to C++ builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62a51c81..2196e902 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CC=gcc +CC=g++ BIN=libthreads SOURCE=libthreads.c schedule.c libatomic.c userprog.c model.c HEADERS=libthreads.h schedule.h common.h libatomic.h model.h -- 2.34.1