projects
/
model-checker-benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f92a9
)
mpmc-queue: fix make clean
author
Brian Norris
<banorris@uci.edu>
Thu, 8 Nov 2012 17:52:10 +0000
(09:52 -0800)
committer
Brian Norris
<banorris@uci.edu>
Thu, 8 Nov 2012 17:52:10 +0000
(09:52 -0800)
mpmc-queue/Makefile
patch
|
blob
|
history
diff --git
a/mpmc-queue/Makefile
b/mpmc-queue/Makefile
index 6636fcdf2edde62af7a578654b5664f21439f4a2..52847ddb76ca1b1eb070551d043e5dddb3514be2 100644
(file)
--- a/
mpmc-queue/Makefile
+++ b/
mpmc-queue/Makefile
@@
-9,4
+9,4
@@
all: $(TESTS)
$(CXX) -o $@ $< $(CPPFLAGS) $(LDFLAGS)
clean:
- rm -f $(TEST
NAME
) *.o
+ rm -f $(TEST
S
) *.o