blob: 5e4bd229bb6edf9d646f82b0c998d888ad9581a4 (
plain)
1
2
3
4
5
6
7
|
@echo Building pattern library and all sample systems...
@echo To run individual examples, type "testPattern [patternName]",
@echo where [patternName] is "observer", "chainOfResponsibility", etc.
ajc -d bin @src/allPatterns.lst
|