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:
Chris Friedt 2023-02-05 05:52:02 -05:00 committed by Stephanos Ioannidis
parent 189d8b8a5e
commit db08c515c8
2 changed files with 1 additions and 1 deletions

View file

@ -3,5 +3,5 @@
#
# SPDX-License-Identifier: Apache-2.0
#
socketpair_example: src/socketpair_example.c
socketpair_example: src/main.c
$(CC) $^ -o $@ -lpthread