From e5587c6edb12ea766e0f4e8c2431fa7b60d0d85c Mon Sep 17 00:00:00 2001 From: illiliti Date: Sun, 19 Jun 2022 11:15:35 +0300 Subject: [PATCH] Makefile: fix compatibility with smake --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15dee2f..58f70e4 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ XCFLAGS = ${CPPFLAGS} ${CFLAGS} -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700 \ -Wno-unused-parameter XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1 XARFLAGS = -rc +AR = ar OBJ = \ udev.o \