From b753bcabd5306dba82abde4a791adddaae4c6c8f Mon Sep 17 00:00:00 2001 From: Ali Fardan Date: Fri, 23 Oct 2020 19:04:04 +0300 Subject: makefile: add all as dependency for install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 271bc75..eecd2b8 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ $(TARGET_LIB_STATIC): $(OBJS) $(TARGET_LIB_DYNAMIC): $(OBJS) $(CC) -shared -o $@ $^ -install: +install: all mkdir -p $(PREFIX)/lib cp -r $(TARGET_LIB_STATIC) $(PREFIX)/lib cp -r $(TARGET_LIB_DYNAMIC) $(PREFIX)/lib -- cgit 1.4.1-2-gfad0