From 87e288476014ee7c3810d60361bbb58baf3c3cf6 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 29 Sep 2024 00:19:24 +0300 Subject: Make things in alphabetical order in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75ceac7..f59a763 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ OBJS += cptc.o +OBJS += downloadAvatar.o OBJS += main.o OBJS += requestHandler.o -OBJS += downloadAvatar.o OBJS += root.o CFLAGS += $(shell curl-config --cflags) CFLAGS += -std=c11 LDLIBS += $(shell curl-config --libs) -LDLIBS += -lcpetpet LDLIBS += -lcurl +LDLIBS += -lcpetpet RM = rm -f all: cptc -- cgit 1.4.1