Setup
bin/kafka-topics.sh \
--zookeeper zookeeper.example.com:2181 \
--create \| # Simplified form of a rule | |
| target1 target2 target3: prerequisite1 prerequisite2 | |
| command1 | |
| command2 | |
| command3 | |
| # Additional dependencies appended to target | |
| vpath.o: vpath.c make.h config.h getopt.h gettext.h dep.h | |
| vpath.o: filedef.h hash.h job.h commands.h variable.h vpath.h |
| # -------- | |
| # Hardware | |
| # -------- | |
| # Opcode - operational code | |
| # Assebly mnemonic - abbreviation for an operation | |
| # Instruction Code Format (IA-32) | |
| # - Optional instruction prefix | |
| # - Operational code |