diff options
author | Robert Gustafsson <robg@student.chalmers.se> | 2017-09-28 16:39:28 +0200 |
---|---|---|
committer | Robert Gustafsson <robg@student.chalmers.se> | 2017-09-28 16:39:28 +0200 |
commit | 1e846faaec3f5dd19128068fc52c2df5d7ba712a (patch) | |
tree | 3ed7b4836667e61726b8bb8dde449a032e7711f9 /broccoli/Makefile | |
parent | 7bd84e78376e5f5b87349d00766b024964bb84b3 (diff) | |
download | midbro-1e846faaec3f5dd19128068fc52c2df5d7ba712a.tar.gz midbro-1e846faaec3f5dd19128068fc52c2df5d7ba712a.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 |