Set up CI builds
Some checks failed
Build / build (push) Failing after 39s

This commit is contained in:
polyfloyd 2025-05-08 14:57:34 +02:00
parent a18fa88e50
commit ce8120339f
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) $(LDFLAGS) -o $@ $^
.PHONY: all clean