X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=examples%2FMakefile;h=e533e626f1f036a661b0109c122aaa0984e00061;hb=refs%2Fheads%2Fmaster;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)