fix Makefile attempts to build shfx (removed)
This commit is contained in:
parent
4dcd8f09f5
commit
a90b99baa3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue