diff options
author | John Wiegley <johnw@newartisans.com> | 2015-08-04 14:14:20 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-08-04 14:14:20 -0700 |
commit | 947a46ebebd141e928a9fcebb584e34df4e210a7 (patch) | |
tree | 4cb81e0e1c08d182ac86df3a6caa4dcc8ea90c53 /lib/utfcpp/v2_0/samples/Makefile | |
parent | 614ba7d2136ab2b84abf74d7922a4f5d19b756cb (diff) | |
parent | 967a76193eb241ea99ae7d99d1f813590fa12ae3 (diff) | |
download | fork-ledger-947a46ebebd141e928a9fcebb584e34df4e210a7.tar.gz fork-ledger-947a46ebebd141e928a9fcebb584e34df4e210a7.tar.bz2 fork-ledger-947a46ebebd141e928a9fcebb584e34df4e210a7.zip |
Merge pull request #369 from afh/pull/utfcpp_subtree
Replace utfcpp submodule with partial subtree
Diffstat (limited to 'lib/utfcpp/v2_0/samples/Makefile')
-rw-r--r-- | lib/utfcpp/v2_0/samples/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/utfcpp/v2_0/samples/Makefile b/lib/utfcpp/v2_0/samples/Makefile new file mode 100644 index 00000000..6cdd3c85 --- /dev/null +++ b/lib/utfcpp/v2_0/samples/Makefile @@ -0,0 +1,5 @@ +CC = g++ +CFLAGS = -g -Wall -pedantic + +docsample: docsample.cpp ../source/utf8.h + $(CC) $(CFLAGS) docsample.cpp -odocsample |