ledger/lib/utfcpp/v2_0/samples/Makefile
Alexis Hildebrandt a468fdca0e Replace utfcpp submodule with partial subtree
* Remove utfcpp submodule
* Squashed 'lib/utfcpp/' content from commit 63cd498
  git-subtree-dir: lib/utfcpp
  git-subtree-split: 63cd4984464e875546b4a91918be7355357a3a68
* Merge commit '82003f30ba8ba436cf7cef380155f50ed4242b37' as 'lib/utfcpp'
* Remove needless utfcpp subtree files
* Change include path to utfcpp

Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
2015-01-12 10:50:43 +01:00

5 lines
123 B
Makefile

CC = g++
CFLAGS = -g -Wall -pedantic
docsample: docsample.cpp ../source/utf8.h
$(CC) $(CFLAGS) docsample.cpp -odocsample