From 8736ee597440a15ace9e921d5386596031cd7ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 6 Dec 2015 21:12:18 +0100 Subject: [PATCH] fixed to build ok --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e290e0d..f1497e1 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ all: lib lib: lib/lib$(LIBNAME).a lib/lib$(LIBNAME).a: $(OBJS) - $(Q)$(AR) rcs $< $(OBJS) + $(Q)$(AR) rcs $@ $(OBJS) clean: $(Q)$(RM) $(JUNK)