add vibecoded artnet lib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user