From 5f14df2a6b70f9adf4236735e44292b41c4a923d Mon Sep 17 00:00:00 2001 From: "Troy A. Griffitts" Date: Thu, 13 Dec 2007 17:11:35 +0000 Subject: added greekRomans git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@129 07627401-56e2-0310-80f4-f8cd0041bdcd --- flashtools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'flashtools/Makefile') 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` -- cgit