foo
[erebus2020] / xerebus / Makefile
index b8e84bb..15b9378 100644 (file)
@@ -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)