diff options
-rw-r--r-- | flashtools/Makefile | 1 |
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` |