1# 2# Copyright (c) 2020 Friedt Professional Engineering Services, Inc 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6socketpair_example: src/main.c 7 $(CC) $^ -o $@ -lpthread 8