From f3e553446fdcfc04f26ea25396a138965c4a999d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 Dec 2009 15:07:20 -0500 Subject: Add an obprop tool which can print UTF-8 strings properly, for our users. --- tools/obprop/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/obprop/Makefile (limited to 'tools/obprop/Makefile') diff --git a/tools/obprop/Makefile b/tools/obprop/Makefile new file mode 100644 index 00000000..cfc46539 --- /dev/null +++ b/tools/obprop/Makefile @@ -0,0 +1,4 @@ +all clean install: + $(MAKE) -C ../.. -$(MAKEFLAGS) $@ + +.PHONY: all clean install -- cgit v1.2.3