fix Makefile attempts to build shfx (removed)

This commit is contained in:
Emile Clark-Boman 2025-09-12 00:15:53 +10:00
parent 4dcd8f09f5
commit a90b99baa3

View file

@ -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