projects
/
model-checker-benchmarks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
deque: add test driver, add print messages for now for resize method and if we pull...
[model-checker-benchmarks.git]
/
mcs-lock
/
Makefile
1
include ../benchmarks.mk
2
3
TESTNAME = mcs-lock
4
5
all: $(TESTNAME)
6
7
$(TESTNAME): $(TESTNAME).cc $(TESTNAME).h
8
$(CXX) -o $@ $< $(CPPFLAGS) $(LDFLAGS)
9
10
clean:
11
rm -f $(TESTNAME) *.o