diff options
| author | aarne <aarne@chalmers.se> | 2014-04-11 18:56:59 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-11 18:56:59 +0000 |
| commit | 3740a30f05ad0bf113c13d66ff61f5b7612a831b (patch) | |
| tree | 845100336b0215b9994448a9b6bf3ba17678b448 /examples | |
| parent | ba825ae81a2709c1dbb5a967195d026fc70a2249 (diff) | |
App11.pgf in Makefile
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/app/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/app/Makefile b/examples/app/Makefile index 45b7f1961..51fe6c154 100644 --- a/examples/app/Makefile +++ b/examples/app/Makefile @@ -22,6 +22,10 @@ AppSpa: AppSpa.pgf TRANSLATE10=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.pgf AppFre.pgf AppIta.pgf AppSpa.pgf TRANSLATE11=$(TRANSLATE10) AppDut.pgf +# With dependencies: +App11.pgf: $(TRANSLATE11) + $(GFMKT) -name=App11 $(TRANSLATE11) +RTS -K200M + # Without dependencies: App11: $(GFMKT) -name=App11 $(TRANSLATE11) +RTS -K200M |
