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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user