mirror of
https://github.com/coturn/coturn.git
synced 2025-10-28 05:21:00 +01:00
Makefile.in: list all phony targets as .PHONY
Otherwise, these targets will fail to run if a developer incidentally created files named 'test' or 'sqlite_empty_db' in their working copy, which may be rather likely. Signed-off-by: Pavel Kretov <firegurafiku@gmail.com>
This commit is contained in:
parent
01ce71d61b
commit
8617134e39
@ -36,6 +36,8 @@ SERVERAPP_DEPS = ${SERVERTURN_MODS} ${SERVERTURN_DEPS} ${SERVERAPP_MODS} ${SERVE
|
|||||||
|
|
||||||
TURN_BUILD_RESULTS = bin/turnutils_oauth bin/turnutils_natdiscovery bin/turnutils_stunclient bin/turnutils_rfc5769check bin/turnutils_uclient bin/turnserver bin/turnutils_peer lib/libturnclient.a include/turn/ns_turn_defs.h sqlite_empty_db
|
TURN_BUILD_RESULTS = bin/turnutils_oauth bin/turnutils_natdiscovery bin/turnutils_stunclient bin/turnutils_rfc5769check bin/turnutils_uclient bin/turnserver bin/turnutils_peer lib/libturnclient.a include/turn/ns_turn_defs.h sqlite_empty_db
|
||||||
|
|
||||||
|
.PHONY: all test check clean distclean sqlite_empty_db install deinstall uninstall reinstall
|
||||||
|
|
||||||
all: ${TURN_BUILD_RESULTS}
|
all: ${TURN_BUILD_RESULTS}
|
||||||
|
|
||||||
test: check
|
test: check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user