add vibecoded artnet lib

This commit is contained in:
2025-12-17 02:24:38 +01:00
parent 97e9a03610
commit a450f351c5
4 changed files with 201 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
CC := gcc
CFLAGS := -Wall -Wextra
CFLAGS := -Wall -Wextra -pthread
LDLIBS := -lc -lm
TARGET := dmx2img
SRC := dmx2img.c
SRC := dmx2img.c artnet_receiver.c
# -------------------------------------------------
# Default target just type `make` to build