diff options
author | Robert Gustafsson <robg@student.chalmers.se> | 2017-09-28 16:39:28 +0200 |
---|---|---|
committer | Andreas Lindhé <andreas@lindhe.io> | 2017-10-09 12:14:35 +0200 |
commit | 11187a331cc132b990785dfe0012054bf686a5d4 (patch) | |
tree | 581383d8f757d06645354a32fbd639f99d7519bb /broccoli/Makefile | |
parent | ef50d0a5d1e592bc512f6d6b892dfded6d6d7aaa (diff) | |
download | midbro-11187a331cc132b990785dfe0012054bf686a5d4.tar.gz midbro-11187a331cc132b990785dfe0012054bf686a5d4.tar.bz2 |
Add new thread for event handling
Diffstat (limited to 'broccoli/Makefile')
-rw-r--r-- | broccoli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/broccoli/Makefile b/broccoli/Makefile index 3fafbea..d6e2a37 100644 --- a/broccoli/Makefile +++ b/broccoli/Makefile @@ -1,6 +1,6 @@ CC=gcc CFLAGS = -c -Wall -I/usr/local/include -I/usr/local/include -DBROCCOLI -LDFLAGS = -L/usr/local/lib -lbroccoli +LDFLAGS = -L/usr/local/lib -lbroccoli -pthread all: midbropasad |