From: Brian Norris Date: Wed, 14 Mar 2012 22:00:46 +0000 (-0700) Subject: Makefile: switch to C++ builds X-Git-Tag: pldi2013~582 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc8b25511308f54b4ced6e9b70d2e987d612b4af;p=model-checker.git Makefile: switch to C++ builds --- diff --git a/Makefile b/Makefile index 62a51c8..2196e90 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