From 209897056d43ea0d682700e1078a8988a9b133f3 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 17 Jun 2023 23:20:39 +0200 Subject: Core fd handling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b04db5..ca709b7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all CFLAGS += -g -Wall -Wpedantic -CORE_OBJS = control.o reader.o config.o +CORE_OBJS = control.o reader.o config.o command.o PLUGINS = reader_yhy.so reader_yhy.so: LDLIBS = -lyhy -- cgit v1.2.3