aboutsummaryrefslogtreecommitdiff
path: root/research/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'research/Makefile')
-rw-r--r--research/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/research/Makefile b/research/Makefile
index 9574072..751b316 100644
--- a/research/Makefile
+++ b/research/Makefile
@@ -11,7 +11,7 @@ $(BINDIR):
mkdir -p $@
$(EXECUTABLES): $(BINDIR)
- $(CC) $(CFLAGS) $(CPPFLAGS) $(addsuffix .cc, $@) -o $(BINDIR)/$@
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(addsuffix .cc, $@) -o $(BINDIR)/$@ -lgflags_nothreads
clean:
rm -rf $(BINDIR)