samples: net: socketpair: rename to main.c for consistence
The source file for most single-file sample apps is usually `main.c`. Rename this file to be consistent with other samples. Signed-off-by: Chris Friedt <cfriedt@meta.com>
This commit is contained in:
parent
189d8b8a5e
commit
db08c515c8
|
@ -3,5 +3,5 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
socketpair_example: src/socketpair_example.c
|
||||
socketpair_example: src/main.c
|
||||
$(CC) $^ -o $@ -lpthread
|
||||
|
|
Loading…
Reference in a new issue