diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |