X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=erebus2020;a=blobdiff_plain;f=xerebus%2FMakefile;h=b8e84bb59390b816a7012b3500e6f920866e2a4b;hp=dfb086128054327d2014bd13fbb3a1e274cf6077;hb=2b43da6b56bd4b56bb3652612b4767a35c631394;hpb=c70b7e63be9882e589a17b457900b05aca96ebb9 diff --git a/xerebus/Makefile b/xerebus/Makefile index dfb0861..b8e84bb 100644 --- a/xerebus/Makefile +++ b/xerebus/Makefile @@ -9,7 +9,7 @@ incdir = -I../liberebus/src libdir = -L../liberebus CFLAGS = -pedantic -Wall $(opt_dbg) $(opt_opt) $(def) $(incdir) -LDFLAGS = $(libdir) -lerebus -lGL -lX11 +LDFLAGS = $(libdir) -lerebus -lGL -lX11 -pthread -lm $(bin): $(obj) $(CC) -o $@ $(obj) $(LDFLAGS)