From a90b99baa3fb4aa59b4887091559866c83b7b6c7 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 12 Sep 2025 00:15:53 +1000 Subject: [PATCH] fix Makefile attempts to build shfx (removed) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36b9358..9446e37 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(LD) -r $(LDFLAGS) -o $@ $(call objpath, $?) endef # === BUILD TARGETS === -all: $(BUILD) $(BIN) $(addprefix $(BIN)/,pw-test shfx dorne) +all: $(BUILD) $(BIN) $(addprefix $(BIN)/,pw-test dorne) $(BIN)/pw-test: $(addprefix $(LIB)/, main.c) $(CC) $(CFLAGS) -o $(BUILD)/pw-test.o -c $^ $(CLD) $(CLDFLAGS) -lpipewire-0.3 -o $@ $(BUILD)/pw-test.o