diff options
| author | hallgren <hallgren@chalmers.se> | 2014-01-13 14:18:32 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-01-13 14:18:32 +0000 |
| commit | 41e3b28bfa9215bf55caca8bf44b5702f853db3e (patch) | |
| tree | 261255b9d413b01dbb5e3be95ae4bfaf10296ced /examples | |
| parent | d89b5bd8c1c7a3d24aa2ee101dc4832c71ddb725 (diff) | |
examples/Phasebook/Makefile2: Lativan is fixed, include it again
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/Makefile2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/phrasebook/Makefile2 b/examples/phrasebook/Makefile2 index 891909a10..5c47a36bd 100644 --- a/examples/phrasebook/Makefile2 +++ b/examples/phrasebook/Makefile2 @@ -1,16 +1,15 @@ -# Use 'make -j' to compile in parallel on all available cpu cores +# Use 'make -j' to compile everything in parallel +# Use e.g. 'make -j4' to compile at most 4 things in parallel S=-s GFOPT=gf -make $S -optimize-pgf all: Phrasebook.pgf -Phrasebook.pgf: PhrasebookFre.pgf PhrasebookGer.pgf PhrasebookFin.pgf PhrasebookEng.pgf PhrasebookBul.pgf PhrasebookCat.pgf PhrasebookDan.pgf PhrasebookDut.pgf PhrasebookHin.pgf PhrasebookIta.pgf PhrasebookNor.pgf PhrasebookPes.pgf PhrasebookPol.pgf PhrasebookRon.pgf PhrasebookRus.pgf PhrasebookSpa.pgf PhrasebookSwe.pgf PhrasebookTha.pgf PhrasebookUrd.pgf DisambPhrasebookEng.pgf +Phrasebook.pgf: PhrasebookFre.pgf PhrasebookGer.pgf PhrasebookFin.pgf PhrasebookEng.pgf PhrasebookBul.pgf PhrasebookCat.pgf PhrasebookDan.pgf PhrasebookDut.pgf PhrasebookHin.pgf PhrasebookIta.pgf PhrasebookLav.pgf PhrasebookNor.pgf PhrasebookPes.pgf PhrasebookPol.pgf PhrasebookRon.pgf PhrasebookRus.pgf PhrasebookSpa.pgf PhrasebookSwe.pgf PhrasebookTha.pgf PhrasebookUrd.pgf DisambPhrasebookEng.pgf gf -make $^ -#PhrasebookLav.pgf - PhrasebookEng.pgf:: ; $(GFOPT) -name=PhrasebookEng PhrasebookEng.gf PhrasebookBul.pgf:: ; $(GFOPT) -name=PhrasebookBul PhrasebookBul.gf PhrasebookCat.pgf:: ; $(GFOPT) -name=PhrasebookCat PhrasebookCat.gf |
