X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=examples%2FMakefile;h=e533e626f1f036a661b0109c122aaa0984e00061;hb=67b55d10b8570d76dc579ab0ba5657d4645cbd19;hp=c9ac40f249e5fb7a0fff2dde1b77d194fe652b9d;hpb=8c1a14e65805727ec63f4c908eb0f253a04a738b;p=libserialport.git diff --git a/examples/Makefile b/examples/Makefile index c9ac40f..e533e62 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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)