diff options
| author | krasimir <krasimir@chalmers.se> | 2016-05-11 11:24:31 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2016-05-11 11:24:31 +0000 |
| commit | be62f4047fbb5a70dfcc20a164006c8980f0ecb0 (patch) | |
| tree | fd23fab5d0a3bb4bdc042197796b019c22ebaf71 /examples/app/Makefile | |
| parent | 86c54232752d14069cbb9b3089474d0299f9a20c (diff) | |
skeletal version of AppRus.gf
Diffstat (limited to 'examples/app/Makefile')
| -rw-r--r-- | examples/app/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/app/Makefile b/examples/app/Makefile index be54632ea..d556ebdf5 100644 --- a/examples/app/Makefile +++ b/examples/app/Makefile @@ -16,6 +16,7 @@ APP12=$(APP11) AppCat.pgf APP13=$(APP12) AppJpn.pgf APP14=$(APP13) AppTha.pgf APP15=$(APP14) AppEst.pgf +APP16=$(APP15) AppRus.pgf # With dependencies: App11.pgf: $(APP11) @@ -28,6 +29,8 @@ App14.pgf: $(APP14) $(GFMKT) -name=App14 $(APP14) +RTS -K200M App15.pgf: $(APP15) $(GFMKT) -name=App15 $(APP15) +RTS -K200M +App16.pgf: $(APP16) + $(GFMKT) -name=App16 $(APP16) +RTS -K200M # Without dependencies: App11: |
