Set up CI builds
All checks were successful
Build / build (push) Successful in 48s

This commit is contained in:
polyfloyd 2025-05-08 14:57:34 +02:00
parent a18fa88e50
commit 7cf2553b99
4 changed files with 82 additions and 1 deletions

View file

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