summaryrefslogtreecommitdiffstats
path: root/flashtools
diff options
context:
space:
mode:
authorTroy A. Griffitts <scribe@crosswire.org>2007-12-13 17:11:35 +0000
committerTroy A. Griffitts <scribe@crosswire.org>2007-12-13 17:11:35 +0000
commit5f14df2a6b70f9adf4236735e44292b41c4a923d (patch)
tree6574c9fac740d0b24f8fb19f9e3b7c19b822df59 /flashtools
parent30a48744e85d08fa4f49927bd3fd959e722c120d (diff)
downloadsword-tools-5f14df2a6b70f9adf4236735e44292b41c4a923d.tar.gz
added greekRomans
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@129 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'flashtools')
-rw-r--r--flashtools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/flashtools/Makefile b/flashtools/Makefile
index edb7dfd..9a2ca99 100644
--- a/flashtools/Makefile
+++ b/flashtools/Makefile
@@ -12,6 +12,7 @@ lessons:
./flash -o lessons/hebrewFreqKJV -w 25 -d k -r Gen-Mal -f SILEOT
./flash -o lessons/greekFreq -w 25 -d m -r Mat-Rev -f GalSILB201
./flash -o lessons/greekFreqKJV -w 25 -d k -r Mat-Rev -f GalSILB201
+ ./flash -o lessons/greekRomans -w 25 -d k -r Rom -f GalSILB201
.cpp:
g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword`