Differences From Artifact [d9099d76ad]:
- File Makefile — part of check-in [641de07eb2] at 2019-08-26 10:32:01 on branch v1.65-code-cleanup — Few more functions done. (user: mrwellan, size: 16177) [annotate] [blame] [check-ins using] [more...]
To Artifact [635754dc40]:
- File Makefile — part of check-in [aa7059651c] at 2019-09-16 16:37:54 on branch v1.65-code-cleanup — Merged stuff from v1.65 (user: mrwellan, size: 16205) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
426 427 428 429 430 431 432 | viewmanual: arora docs/manual/megatest_manual.html targets: @grep : Makefile | perl -ne '/^([A-Za-z0-9_-]+):/ && print "$$1\n"' | > > > | 426 427 428 429 430 431 432 433 434 435 | viewmanual: arora docs/manual/megatest_manual.html targets: @grep : Makefile | perl -ne '/^([A-Za-z0-9_-]+):/ && print "$$1\n"' unit : cd tests;make unit |