beta with artnet 8 channels (8 universes)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user