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