1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Release examples as public domain.

This commit is contained in:
Martin Ling
2020-01-05 14:53:09 +00:00
committed by Uwe Hermann
parent ad19d60493
commit ee12a01e52
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# A simple Makefile to build the examples in this directory.
#
# This example file is released to the public domain.
CC = gcc
PKG_CONFIG = pkg-config
CFLAGS = -g -Wall $(shell $(PKG_CONFIG) --cflags libserialport)