zephyr/samples/net/sockets/socketpair/Makefile.posix
Chris Friedt db08c515c8 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>
2023-02-08 19:04:25 +09:00

8 lines
168 B
Makefile

#
# Copyright (c) 2020 Friedt Professional Engineering Services, Inc
#
# SPDX-License-Identifier: Apache-2.0
#
socketpair_example: src/main.c
$(CC) $^ -o $@ -lpthread