From 9b41192b25579dc745bf2e96bc4696deca792d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 28 Jun 2022 19:38:25 +0200 Subject: some changes I made on another laptop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33347ba..c4cc7f9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PROJ = ircxmpp default: $(CC) -c -DIX_LIB $(cflags) $(CFLAGS) $(PROJ).c $(CC) -shared -olib$(PROJ).so $(PROJ).o - $(CC) -L. $(cflags) $(CFLAGS) $(PROJ).c -l$(PROJ) $(ldflags) -o$(PROJ) + $(CC) -L. $(cflags) $(CFLAGS) $(PROJ).c -l$(PROJ) $(ldflags) $(LDFLAGS) -o$(PROJ) install: mkdir -p $(DESTDIR)/usr/bin $(DESTDIR)/etc $(DESTDIR)/usr/include $(DESTDIR)/usr/lib cp $(PROJ) $(DESTDIR)/usr/bin/ -- cgit v1.2.3