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>
8 lines
168 B
Makefile
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
|