sksp2024-mcu/libucw/examples/external/Makefile

9 lines
170 B
Makefile
Raw Normal View History

2024-09-14 21:50:33 +02:00
# 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