threads: add a wait_list
[model-checker.git] / common.mk
1 # A few common Makefile items
2
3 CC=gcc
4 CXX=g++
5
6 LIB_NAME=model
7 LIB_SO=lib$(LIB_NAME).so
8
9 CPPFLAGS=-Wall -g -O0