This commit is contained in:
parent
a18fa88e50
commit
7cf2553b99
4 changed files with 82 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ $(BUILD)/%.o: $(SRCDIR)/%.c
|
|||
|
||||
$(BUILD)/siahsd: $(patsubst %, $(BUILD)/%.o, siahsd database config status sia siahs jsonbot hook_script)
|
||||
@echo [LD] $@
|
||||
@$(CC) $(LDFLAGS) -o $@ $^
|
||||
@$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue