From 0f1bd27678fb542f8601bbaf493baa1c22732fe2 Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Sat, 26 Jul 2014 11:20:29 -0700 Subject: Add Spiro version 0.01. --- third_party/spiro/font/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 third_party/spiro/font/Makefile (limited to 'third_party/spiro/font/Makefile') diff --git a/third_party/spiro/font/Makefile b/third_party/spiro/font/Makefile new file mode 100644 index 0000000..f6096a6 --- /dev/null +++ b/third_party/spiro/font/Makefile @@ -0,0 +1,3 @@ +CFLAGS = -Wall -O2 -g +LDLIBS = -lm +all: blend segment -- cgit v1.2.3