sksp2024-mcu/libucw/examples/external/Makefile
2024-09-14 21:50:33 +02:00

8 lines
170 B
Makefile

# Example Makefile for a stand-alone program using libucw
CFLAGS:=$(shell pkg-config --cflags libucw)
LDLIBS:=$(shell pkg-config --libs libucw)
all: test
test: test.c