Overview
Comment: | Makefile: Add missing .PHONY target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ca815f976d908a7e8dc99952422226ad |
User & Date: | js on 2022-12-25 12:03:34 |
Other Links: | manifest | tags |
Context
2022-12-25
| ||
18:01 | Add -[sortedArrayUsingFunction:context:options:] check-in: c911523834 user: js tags: trunk | |
12:03 | Makefile: Add missing .PHONY target check-in: ca815f976d user: js tags: trunk | |
11:39 | configure: Fix quoting issue check-in: 23872fb11d user: js tags: trunk | |
Changes
Modified Makefile from [4341fed160] to [fa94f358a5].
︙ | ︙ | |||
8 9 10 11 12 13 14 | config.h \ config.log \ config.status \ extra.mk include buildsys.mk | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | config.h \ config.log \ config.status \ extra.mk include buildsys.mk .PHONY: check docs release utils tests: src check: tests cd tests && ${MAKE} -s run docs: |
︙ | ︙ |