ObjFW  Check-in [ca815f976d]

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: ca815f976d908a7e8dc99952422226ad76de1486a860462c8bf0a84c0aba39c9
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
15
16
17
18
19
20
21
22
	    config.h		\
	    config.log		\
	    config.status	\
	    extra.mk

include buildsys.mk

.PHONY: docs release

utils tests: src

check: tests
	cd tests && ${MAKE} -s run

docs:







|







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: