beta with artnet 8 channels (8 universes)

This commit is contained in:
2021-05-01 16:48:48 +01:00
parent e8b99665be
commit eaf976d5a7
13 changed files with 806 additions and 424 deletions

View File

@ -8,7 +8,7 @@ SRC=$(notdir $(wildcard $(SRCDIR)/*.c))
OBJ=$(SRC:.c=.o)
BIN=pixled
all: clean $(addprefix $(BINDIR)/, $(BIN))
all: $(addprefix $(BINDIR)/, $(BIN))
$(OBJDIR)/%.o: $(SRCDIR)/%.c
if [ ! -d $(OBJDIR) ]; then mkdir "$(OBJDIR)"; fi